Skip to content

Commit

Permalink
wasm: Remove portable-simd feature
Browse files Browse the repository at this point in the history
  • Loading branch information
etemesi254 committed Jun 13, 2024
1 parent 7155a64 commit f44ce9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/zune-wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ web-time = "1.1.0"
jxl-grid = "0.4.1"
zune-image = { path = "../zune-image", features = ["image_formats", "serde", "simd"], default-features = false }
zune-core = { path = "../zune-core", version = "^0.5.0-rc0" }
zune-imageprocs = { path = "../zune-imageprocs", default-features = false, features = ["portable-simd"] }
zune-imageprocs = { path = "../zune-imageprocs", default-features = false }

# The `console_error_panic_hook` crate provides better debugging of panics by
# logging them with `console.error`. This is great for development, but requires
Expand Down

0 comments on commit f44ce9d

Please sign in to comment.