Skip to content

Commit

Permalink
fix(packaging): update stereokit
Browse files Browse the repository at this point in the history
  • Loading branch information
technobaboo committed Sep 15, 2024
1 parent c12300e commit 9546a36
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 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 @@ -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"
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 9546a36

Please sign in to comment.