This commit is contained in:
2025-11-14 13:49:16 -05:00
parent d72a070a73
commit d384154310
7 changed files with 925 additions and 121 deletions

View File

@@ -5,8 +5,14 @@ edition = "2024"
default-run = "client"
[dependencies]
anyhow = "1.0.100"
arboard = { version = "3.6.1", features = ["wayland-data-control"] }
directories-next = "2.0.0"
pollster = "0.4.0"
quinn = { version = "0.11.9", features = ["rustls-aws-lc-rs"] }
rcgen = "0.14.5"
tokio = { version = "1.48.0", features = ["full"] }
tracing = "0.1.41"
ui = { path = "../ui" }
wgpu = "27.0.1"
winit = "0.30.12"