update all cargo crates to the newest version, unify crate versions

This commit is contained in:
Aleksander
2025-09-20 15:28:48 +02:00
parent aadf11590e
commit 1358af75e3
7 changed files with 808 additions and 708 deletions

View File

@@ -9,9 +9,9 @@ anyhow = { workspace = true }
glam = { workspace = true }
log = { workspace = true }
rust-embed = "8.7.2"
tracing-subscriber = { version = "0.3.19", features = ["env-filter"] }
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
wgui = { path = "../wgui/" }
winit = "0.30.10"
winit = "0.30.12"
vulkano = { workspace = true }
vulkano-shaders = { workspace = true }
dash-frontend = { path = "../dash-frontend/" }