Just added android support

This commit is contained in:
Schmarni
2023-11-08 04:09:58 +01:00
parent 4307d2a66e
commit e3fd2df070
5 changed files with 49 additions and 3889 deletions

View File

@@ -3,9 +3,13 @@ name = "demo"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["cdylib", "lib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = "0.12"
bevy_openxr = "0.0.1"
bevy_rapier3d = { git = "https://github.com/alexichepura/bevy_rapier", version = "0.22.0" }
bevy_oxr = { path = "../../" }
bevy_rapier3d = { git = "https://github.com/devil-ira/bevy_rapier", branch = "bevy-0.12" }
color-eyre = "0.6.2"