fix(nix): fixes nix build

This commit is contained in:
Taylor Coffelt
2024-08-16 17:14:54 -06:00
parent 6e77c3667d
commit ff45172721
6 changed files with 275 additions and 174 deletions

View File

@@ -108,8 +108,9 @@ optional = true
[dependencies.stereokit-rust]
# path = "../StereoKit-rust"
# git = "https://github.com/mvvvv/StereoKit-rust.git"
# features = ["no-event-loop"]
git = "https://github.com/technobaboo/StereoKit-rust.git"
features = ["force-local-deps"]
# features = ["force-local-deps"]
default-features = false
[dependencies.stardust-xr]