fix: upgrade sk + smithay

This commit is contained in:
Nova
2025-04-27 01:20:13 -07:00
parent 277dc3c8a3
commit 8ef8f4ba2b
11 changed files with 238 additions and 220 deletions

View File

@@ -79,7 +79,7 @@ serde_repr = "0.1.19"
toml = "0.8.19"
# mathy stuffs
glam = { version = "0.29.0", features = ["mint", "serde"] }
glam = { version = "0.30.0", features = ["mint", "serde"] }
mint = "0.5.9"
tokio = { version = "1.39.2", features = ["rt-multi-thread", "signal", "time"] }
@@ -103,7 +103,6 @@ optional = true
[dependencies.stereokit-rust]
git = "https://github.com/mvvvv/StereoKit-rust.git"
rev = "73ffaae6f42aa369e599a6ea0391f77840d682d8"
features = ["no-event-loop"]
default-features = false