made android support completly transparent to the user, at the cost of being able to force disable openxr linking

This commit is contained in:
Schmarni
2023-11-08 07:18:22 +01:00
parent f552f889fe
commit 0f7194ab4d
3 changed files with 13 additions and 9 deletions

View File

@@ -10,11 +10,11 @@ crate-type = ["lib", "cdylib"]
[dependencies]
bevy = "0.12"
bevy_oxr = { path = "../../", default-features = false }
bevy_oxr = { path = "../../" }
bevy_rapier3d = { git = "https://github.com/devil-ira/bevy_rapier", branch = "bevy-0.12" }
color-eyre = "0.6.2"
[target.'cfg(not(target_os="android"))'.dependencies.bevy_oxr]
path = "../../"
default-features = true
# [target.'cfg(not(target_os="android"))'.dependencies.bevy_oxr]
# path = "../../"
# default-features = true