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

@@ -14,11 +14,12 @@ members = ["uidev", "wgui", "wlx-overlay-s", "wlx-capture", "dash-frontend"]
resolver = "3"
[workspace.dependencies]
anyhow = "1.0.98"
glam = "0.30.3"
log = "0.4.27"
vulkano = { version = "0.35.1", default-features = false, features = [
anyhow = "1.0.100"
glam = "0.30.7"
log = "0.4.28"
rust-embed = "8.7.2"
vulkano = { version = "0.35.2", default-features = false, features = [
"macros",
] }
vulkano-shaders = "0.35.0"
wayland-client = { version = "0.31.10" }
wayland-client = { version = "0.31.11" }