Skip to content

Commit

Permalink
fix: stereokit rust to make it compile at all
Browse files Browse the repository at this point in the history
  • Loading branch information
technobaboo committed Aug 19, 2024
1 parent 6e77c36 commit 01485e2
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 5 deletions.
45 changes: 43 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ 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 = ["force-local-deps"]
git = "https://github.com/mvvvv/StereoKit-rust.git"
# git = "https://github.com/technobaboo/StereoKit-rust.git"
features = ["no-event-loop"]
default-features = false

[dependencies.stardust-xr]
Expand Down

0 comments on commit 01485e2

Please sign in to comment.