Skip to content

Commit

Permalink
Use upstream for rav1e and v_frame
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhoothi committed Jan 24, 2021
1 parent ea24a05 commit dcfc804
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ default = ["console_error_panic_hook"]
[dependencies]
console_error_panic_hook = { version = "0.1", optional = true }
dcv-color-primitives = "0.1"
rav1e = { path = "..", features = ["serialize", "wasm"] }
rav1e = { version = "0.4.0", features = ["serialize", "wasm"] }
serde_json = "1.0"
v_frame = { path = "../v_frame/", features = ["wasm"]}
v_frame = { version = "0.2.0", features = ["wasm"]}
wasm-bindgen = "0.2"

[dependencies.web-sys]
Expand Down

0 comments on commit dcfc804

Please sign in to comment.