feat: video publishing (#42)
- Prepare webrtc abstraction ( for future wasm support ) - Added track publish support for videos - Added LogoTrack example to simple_room demo - Lot of cleanup - There are compiler warnings I'll solve on our v1 release
This commit is contained in:
@@ -6,8 +6,7 @@ license = "Apache-2.0"
|
||||
description = "Shared utilities for livekit"
|
||||
repository = "https://github.com/livekit/client-sdk-rust"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
parking_lot = "0.12.1"
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
tokio = { version = "1.26.0", features = ["full"] }
|
||||
futures-util = "0.3"
|
||||
parking_lot = "0.12"
|
||||
|
||||
Reference in New Issue
Block a user