fix(nix): force local deps only

This commit is contained in:
Nova
2024-08-15 16:13:01 -04:00
parent 003dd9fcc1
commit 6e77c3667d

View File

@@ -109,6 +109,7 @@ optional = true
# path = "../StereoKit-rust"
# git = "https://github.com/mvvvv/StereoKit-rust.git"
git = "https://github.com/technobaboo/StereoKit-rust.git"
features = ["force-local-deps"]
default-features = false
[dependencies.stardust-xr]