android readme and flags

This commit is contained in:
Alexi Chepura
2023-10-18 13:43:23 +03:00
parent 28c847244a
commit a9bf0eeffe
3 changed files with 51 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ target_sdk_version = 32
# label = "Bevy Example"
[dependencies]
bevy_openxr = { path = "../.." }
bevy_openxr = { path = "../..", default-features = false }
bevy = { git = "https://github.com/bevyengine/bevy.git" }
openxr = { git = "https://github.com/Ralith/openxrs", features = ["mint"] }