made android support completly transparent to the user, at the cost of being able to force disable openxr linking
This commit is contained in:
@@ -25,16 +25,16 @@ strip = "strip"
|
||||
target_sdk_version = 32
|
||||
|
||||
|
||||
[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
|
||||
|
||||
# [package.metadata.android.application]
|
||||
# icon = "@mipmap/ic_launcher"
|
||||
# label = "Bevy Example"
|
||||
|
||||
[dependencies]
|
||||
bevy_oxr = { path = "../..", default-features = false }
|
||||
bevy_oxr = { path = "../.." }
|
||||
bevy = "0.12"
|
||||
openxr = { git = "https://github.com/Ralith/openxrs", features = ["mint"] }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user