livekit / rust-sdks

LiveKit realtime and server SDKs for Rust
https://livekit.io
Apache License 2.0
185 stars 44 forks source link

Fix broken examples. #382

Closed cloudwebrtc closed 1 month ago

cloudwebrtc commented 1 month ago

changes: Since the examples use directories as dependencies, they should always correspond to the livekit api version, so the version field is removed from all examples' Cargo.toml

close https://github.com/livekit/rust-sdks/issues/380

Just tested, basic_room and wgpu_room are working again.