Compare commits

...

1 Commits

Author SHA1 Message Date
mgsloan@gmail.com
b2cb72954c Configuration of local copy of livekit + webrtc 2024-12-07 14:49:36 -07:00
10 changed files with 23 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
[env]
LK_CUSTOM_WEBRTC = { value = "../livekit-rust-sdks/webrtc-sys/libwebrtc/linux-x64-release", relative = true }
[build]
# v0 mangling scheme provides more detailed backtraces around closures
rustflags = ["-C", "symbol-mangling-version=v0", "--cfg", "tokio_unstable"]

View File

@@ -142,6 +142,15 @@ members = [
"crates/zed",
"crates/zed_actions",
"crates/livekit",
"crates/livekit-api",
"crates/livekit-protocol",
"crates/livekit-ffi",
"crates/libwebrtc",
"crates/soxr-sys",
"crates/webrtc-sys",
"crates/webrtc-sys/build",
#
# Extensions
#
@@ -326,6 +335,8 @@ worktree = { path = "crates/worktree" }
zed = { path = "crates/zed" }
zed_actions = { path = "crates/zed_actions" }
livekit = { path = "crates/livekit", features = ["dispatcher", "services-dispatcher", "rustls-tls-native-roots" ], default-features = false }
#
# External crates
#
@@ -396,7 +407,7 @@ jupyter-websocket-client = { version = "0.8.0" }
libc = "0.2"
libsqlite3-sys = { version = "0.30.1", features = ["bundled"] }
linkify = "0.10.0"
livekit = { git = "https://github.com/zed-industries/rust-sdks", rev="799f10133d93ba2a88642cd480d01ec4da53408c", features = ["dispatcher", "services-dispatcher", "rustls-tls-native-roots"], default-features = false }
# livekit = { git = "https://github.com/zed-industries/rust-sdks", rev="799f10133d93ba2a88642cd480d01ec4da53408c", features = ["dispatcher", "services-dispatcher", "rustls-tls-native-roots"], default-features = false }
log = { version = "0.4.16", features = ["kv_unstable_serde", "serde"] }
markup5ever_rcdom = "0.3.0"
nanoid = "0.4"

1
crates/libwebrtc Symbolic link
View File

@@ -0,0 +1 @@
../../livekit-rust-sdks/libwebrtc

1
crates/livekit Symbolic link
View File

@@ -0,0 +1 @@
../../livekit-rust-sdks/livekit/

1
crates/livekit-api Symbolic link
View File

@@ -0,0 +1 @@
../../livekit-rust-sdks/livekit-api/

1
crates/livekit-ffi Symbolic link
View File

@@ -0,0 +1 @@
../../livekit-rust-sdks/livekit-ffi

1
crates/livekit-protocol Symbolic link
View File

@@ -0,0 +1 @@
../../livekit-rust-sdks/livekit-protocol

1
crates/livekit-runtime Symbolic link
View File

@@ -0,0 +1 @@
../../livekit-rust-sdks/livekit-runtime

1
crates/soxr-sys Symbolic link
View File

@@ -0,0 +1 @@
../../livekit-rust-sdks/soxr-sys

1
crates/webrtc-sys Symbolic link
View File

@@ -0,0 +1 @@
../../livekit-rust-sdks/webrtc-sys