wayray/crates/wrclient/Cargo.toml
Till Wegmueller 43a4d7e6af Add missing display.rs and wrclient display dependencies
display.rs (winit + wgpu renderer) and Cargo.toml changes (winit,
wgpu, pollster, env_logger) were created but not committed in the
Task 5 subagent.
2026-04-07 17:51:40 +02:00

22 lines
437 B
TOML

[package]
name = "wrclient"
edition.workspace = true
version.workspace = true
license.workspace = true
[dependencies]
wayray-protocol.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
miette.workspace = true
serde.workspace = true
quinn.workspace = true
rustls.workspace = true
tokio.workspace = true
winit = "0.30"
wgpu = "24"
env_logger = "0.11"
pollster = "0.4"
[dev-dependencies]
rcgen.workspace = true