Merge branch 'hand_refactor' into demo

This commit is contained in:
Schmarni
2023-11-07 03:51:19 +01:00
committed by GitHub
9 changed files with 300 additions and 120 deletions

View File

@@ -30,8 +30,8 @@ openxr = { version = "0.17.1", features = ["static"] }
[dev-dependencies]
bevy = "0.12"
color-eyre = "0.6.2"
bevy_rapier3d = { git = "https://github.com/Schmarni-Dev/bevy_rapier" }
# bevy_rapier3d = { git = "https://github.com/alexichepura/bevy_rapier", version = "0.22.0", branch = "bevy-012"}
# bevy_rapier3d = { git = "https://github.com/Schmarni-Dev/bevy_rapier" }
bevy_rapier3d = { git = "https://github.com/alexichepura/bevy_rapier", version = "0.22.0", branch = "bevy-012"}
[workspace]
members = ["examples/demo"]