Skip to content

Commit

Permalink
crates/imageprocs: Don't add portable-simd to default features
Browse files Browse the repository at this point in the history
  • Loading branch information
etemesi254 committed Dec 26, 2023
1 parent a3cb07b commit 904c2f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/zune-imageprocs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ portable-simd = []
log = ["zune-core/log"]
exif = ["zune-image/metadata", "kamadak-exif"]
threads = []
default = ["avx2", "sse2", "sse3", "sse41", "threads","portable-simd"]
default = ["avx2", "sse2", "sse3", "sse41", "threads"]


[dev-dependencies]
Expand Down

0 comments on commit 904c2f2

Please sign in to comment.