revert some commits

This commit is contained in:
Schmarni
2023-11-08 19:52:19 +01:00
parent 3b4d27a36f
commit 0377ae9a34
3 changed files with 9 additions and 13 deletions

View File

@@ -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 = "../.." }
bevy_oxr = { path = "../..", default-features = false }
bevy = "0.12"
openxr = { git = "https://github.com/Ralith/openxrs", features = ["mint"] }