Skip to content

Commit

Permalink
enable ruy feature on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
thewh1teagle committed Jun 20, 2024
1 parent c5ffd1c commit c71665a
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 = "0.8.5"
ct2rs = { version = "0.8.5", features = ["ruy"] }

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

0 comments on commit c71665a

Please sign in to comment.