Skip to content

Commit

Permalink
Don't use local paths for dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
redzic committed Jul 13, 2022
1 parent 09c00d2 commit 67f44f4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
20 changes: 14 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,5 @@ debug-assertions = true
overflow-checks = true

[patch.crates-io]
# av-scenechange = { git = "https://github.com/redzic/av-scenechange", branch = "zerocopy" }
av-scenechange = { path = "../av-scenechange" }
av-scenechange = { git = "https://github.com/redzic/av-scenechange", branch = "zerocopy" }
console = { git = "https://github.com/console-rs/console", rev = "5484ea9d9f6884f6685349708e27bf08fab7703c" }
9 changes: 2 additions & 7 deletions av1an-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,10 @@ cfg-if = "1.0.0"
nom = "7.1.1"
# TODO: move all of this CLI stuff to av1an-cli
ansi_term = "0.12.1"
# av-metrics-decoders = { git = "https://github.com/redzic/av-metrics", branch = "zerocopy-decode", features = [
# "ffmpeg",
# ] }
av-metrics-decoders = { path = "../../av-metrics/av_metrics_decoders", features = [
av-metrics-decoders = { git = "https://github.com/redzic/av-metrics", branch = "zerocopy-decode-vs", features = [
"ffmpeg",
] }


# TODO: https://github.com/elast0ny/affinity/issues/2
# update this when macos support is implemented
[target.'cfg(any(target_os = "linux", target_os = "windows"))'.dependencies]
Expand All @@ -75,8 +71,7 @@ default-features = false
features = ["svg_backend", "line_series"]

[dependencies.vapoursynth]
git = "https://github.com/YaLTeR/vapoursynth-rs"
rev = "074417335ff9c139956c62771835798c9a302e67"
version = "0.4.0"
features = ["vsscript-functions", "vapoursynth-functions"]

[dependencies.tokio]
Expand Down

0 comments on commit 67f44f4

Please sign in to comment.