Enable wasm compilation
This commit is contained in:
parent
f639082205
commit
8e30f35890
4 changed files with 10 additions and 11 deletions
|
|
@ -6,12 +6,12 @@ edition = "2024"
|
|||
|
||||
[dev-dependencies]
|
||||
criterion = "0.5"
|
||||
proptest = "1.5.0"
|
||||
proptest-derive = "0.5.0"
|
||||
|
||||
[dependencies]
|
||||
clap = { version = "4.5.26", features = ["derive"] }
|
||||
image = "0.25.5"
|
||||
proptest = "1.5.0"
|
||||
proptest-derive = "0.5.0"
|
||||
rand = "0.9.0"
|
||||
rand = { version = "0.9.0", default-features = false }
|
||||
serde = { version = "1.0.217", features = ["derive"] }
|
||||
termcolor = "1.4.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue