added files do build android?

This commit is contained in:
Schmarni
2023-10-27 19:53:59 +02:00
parent f867b1290b
commit c982f0f658
9 changed files with 48 additions and 3891 deletions

View File

@@ -6,6 +6,14 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
bevy = "0.11.3"
bevy_openxr = "0.0.1"
bevy_rapier3d = { git = "https://github.com/alexichepura/bevy_rapier", version = "0.22.0" }
bevy = { git = "https://github.com/bevyengine/bevy.git" }
# bevy = "0.11.3"
bevy_openxr = { git = "file:///home/schmarni/Code/adeptus_bevy_oxr", default-features = false}
bevy_rapier3d = { git = "https://github.com/Schmarni-Dev/bevy_rapier" }
color-eyre = "0.6.2"
[profile.release]
lto = "fat"
codegen-units = 1
panic = "abort"