login screen

This commit is contained in:
2025-11-15 01:01:43 -05:00
parent dc106d6f90
commit f2bac2a237
9 changed files with 228 additions and 113 deletions

View File

@@ -13,6 +13,6 @@ 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" }
iris = { path = "../iris" }
wgpu = "27.0.1"
winit = "0.30.12"