This commit is contained in:
Schmarni
2023-11-08 02:31:11 +01:00
parent 7b52b57df4
commit e20c38c5db
11 changed files with 740 additions and 83 deletions

View File

@@ -10,7 +10,7 @@ default = ["openxr/mint", "linked"]
linked = ["openxr/linked"]
[workspace]
members = [ "examples/android" ]
members = ["examples/android", "examples/demo"]
[dependencies]
anyhow = "1.0.75"
@@ -31,10 +31,7 @@ openxr = { version = "0.17.1", features = ["static"] }
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"}
[workspace]
members = ["examples/demo"]
bevy_rapier3d = { git = "https://github.com/devil-ira/bevy_rapier", version = "0.22.0", branch = "bevy-0.12" }
[[example]]
name = "xr"