Skip to content

Commit

Permalink
Don't pull unneeded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed May 9, 2023
1 parent 70b7629 commit a0a3652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ravif/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ include = ["README.md", "LICENSE", "Cargo.toml", "/src/*.rs"]

[dependencies]
avif-serialize = "0.8.1"
rav1e = { version = "0.6.3", default-features = false, features = ["threading"] }
rav1e = { version = "0.6.5", default-features = false, features = ["threading"] }
rayon = "1.6.1"
rgb = "0.8.34"
imgref = "1.9.4"
loop9 = "0.1.3"
quick-error = "2.0.1"

[target.'cfg(target = "wasm32-unknown-unknown")'.dependencies]
rav1e = { version = "0.6.3", features = ["wasm"] }
rav1e = { version = "0.6", default-features = false, features = ["wasm"] }

[features]
default = ["asm"]
Expand Down

0 comments on commit a0a3652

Please sign in to comment.