Skip to content

Commit

Permalink
use path
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Dec 9, 2024
1 parent a109335 commit 3ad48d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imgproc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ license = "MIT OR Apache-2.0"
description = "image processing library"

[dependencies]
yuv-sys = "0.3.6"
yuv-sys = { path = "../yuv-sys" }
2 changes: 1 addition & 1 deletion livekit-ffi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ tracing = ["tokio/tracing", "console-subscriber"]
[dependencies]
livekit = { workspace = true }
soxr-sys = { path = "../soxr-sys" }
imgproc = { path = "../imgproc" }
livekit-protocol = { workspace = true }
tokio = { version = "1", features = ["full", "parking_lot"] }
futures-util = { version = "0.3", default-features = false, features = ["sink"] }
Expand All @@ -33,7 +34,6 @@ dashmap = "5.4"
env_logger = "0.10"
downcast-rs = "1.2"
console-subscriber = { version = "0.1", features = ["parking_lot"], optional = true }
imgproc = "0.3.11"

[target.'cfg(target_os = "android")'.dependencies]
jni = "0.21.1"
Expand Down

0 comments on commit 3ad48d0

Please sign in to comment.