fix(packaging): update stereokit

This commit is contained in:
Nova
2024-09-15 12:27:10 -04:00
parent c12300e756
commit 9546a36200
2 changed files with 7 additions and 7 deletions

View File

@@ -75,7 +75,7 @@ serde_repr = "0.1.19"
toml = "0.8.19"
# mathy stuffs
glam = { version = "0.28.0", features = ["mint", "serde"] }
glam = { version = "0.29.0", features = ["mint", "serde"] }
mint = "0.5.9"
tokio = { version = "1.39.2", features = ["rt-multi-thread", "signal", "time"] }
prisma = "0.1.1"
@@ -104,8 +104,8 @@ optional = true
[dependencies.stereokit-rust]
# path = "../StereoKit-rust"
# git = "https://github.com/mvvvv/StereoKit-rust.git"
git = "https://github.com/technobaboo/StereoKit-rust.git"
git = "https://github.com/mvvvv/StereoKit-rust.git"
# git = "https://github.com/technobaboo/StereoKit-rust.git"
features = ["no-event-loop"]
default-features = false