Files
client-sdk-rust/examples/simple_room/Cargo.toml
T
Théo Monnom da91efd3a5 Rework the demo
Doing this quick commit to test that in my Mac
2022-12-07 01:52:36 +01:00

20 lines
512 B
TOML

[package]
name = "simple_room"
version = "0.1.0"
edition = "2021"
[dependencies]
tokio = { version = "1", features = ["full"] }
tracing = "0.1"
tracing-subscriber = "0.3"
livekit = { path = "../.." }
futures = "0.3"
wgpu = "0.14.0"
winit = "0.27.5"
parking_lot = "0.12.1"
egui = { git = "https://github.com/emilk/egui" }
egui-wgpu = { git = "https://github.com/emilk/egui", features = ["winit"] }
egui-winit = { git = "https://github.com/emilk/egui" }
egui_demo_lib = { git = "https://github.com/emilk/egui" }