fix(nix): fixes nix build (#21)

This commit was merged in pull request #21.
This commit is contained in:
Taylor Coffelt
2024-08-20 22:10:13 -06:00
committed by GitHub
parent 62802367eb
commit 7ba710e8b7
5 changed files with 97 additions and 45 deletions

View File

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