2026-04-04 18:16:53 +02:00
|
|
|
[package]
|
|
|
|
|
name = "wrclient"
|
|
|
|
|
edition.workspace = true
|
|
|
|
|
version.workspace = true
|
|
|
|
|
license.workspace = true
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
wayray-protocol.workspace = true
|
|
|
|
|
tracing.workspace = true
|
2026-04-07 16:54:01 +02:00
|
|
|
tracing-subscriber.workspace = true
|
2026-04-04 18:16:53 +02:00
|
|
|
miette.workspace = true
|
2026-04-07 16:54:01 +02:00
|
|
|
serde.workspace = true
|
|
|
|
|
quinn.workspace = true
|
|
|
|
|
rustls.workspace = true
|
|
|
|
|
tokio.workspace = true
|
2026-04-07 17:51:40 +02:00
|
|
|
winit = "0.30"
|
|
|
|
|
wgpu = "24"
|
|
|
|
|
env_logger = "0.11"
|
|
|
|
|
pollster = "0.4"
|
2026-04-07 16:54:01 +02:00
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
|
rcgen.workspace = true
|