feat: forward libwebrtc logs (#75)

This commit is contained in:
Théo Monnom
2023-05-24 18:37:35 +02:00
committed by GitHub
parent d5b4a8f6fc
commit 3f61e07e09
19 changed files with 300 additions and 98 deletions
+2
View File
@@ -14,6 +14,8 @@ thiserror = "1.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
webrtc-sys = { path = "../webrtc-sys", version = "0.1.1" }
lazy_static = "1.4"
parking_lot = { version = "0.12.1", features = ["send_guard"] }
futures = { version = "0.3" }
tokio = { version = "1", features = ["full"] }
cxx = "1.0"