Skip to content

Commit

Permalink
move libyuv/imgproc from theomonnom/mikado (#508)
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom authored Dec 10, 2024
1 parent 65a1b02 commit c86758b
Show file tree
Hide file tree
Showing 15 changed files with 3,571 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "livekit/protocol"]
path = livekit-protocol/protocol
url = https://github.com/livekit/protocol
[submodule "yuv-sys/libyuv"]
path = yuv-sys/libyuv
url = https://chromium.googlesource.com/libyuv/libyuv
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ members = [
"livekit-runtime",
"libwebrtc",
"soxr-sys",
"yuv-sys",
"imgproc",
"webrtc-sys",
"webrtc-sys/build",
]

[workspace.dependencies]
imgproc = { version = "0.3.11", path = "imgproc" }
yuv-sys = { version = "0.3.6", path = "yuv-sys" }
libwebrtc = { version = "0.3.7", path = "libwebrtc" }
livekit-api = { version = "0.4.1", path = "livekit-api" }
livekit-ffi = { version = "0.12.3", path = "livekit-ffi" }
Expand Down
Loading

0 comments on commit c86758b

Please sign in to comment.