We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb155c9 commit 99d7c97Copy full SHA for 99d7c97
Cargo.toml
@@ -15,8 +15,8 @@ build = ["aom-sys/build"]
15
16
[dependencies]
17
aom-sys = { version = "0.1.0", path = "aom-sys" }
18
-av-data = { version = "0.1.0", path = "../rust-av/data" }
19
-av-codec = { version = "0.1.0", path = "../rust-av/codec", optional = true }
+av-data = { version = "0.1.0", git = "https://github.com/rust-av/rust-av" }
+av-codec = { version = "0.1.0", git = "https://github.com/rust-av/rust-av", optional = true }
20
21
[workspace]
22
members = ["aom-sys"]
0 commit comments