Skip to content

Commit

Permalink
enable ruy on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jun 22, 2024
1 parent ecfef42 commit 2717b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ zip = "2.1.3"
ct2rs = { version = "0.8.5", features = ["accelerate"] }

[target.'cfg(target_os = "windows")'.dependencies]
ct2rs = { version = "0.8.5", features = [] }
ct2rs = { version = "0.8.5", features = ["ruy"] }

[target.'cfg(target_os = "linux")'.dependencies]
ct2rs = "0.8.5"

0 comments on commit 2717b94

Please sign in to comment.