added android support that hopefully doesn't break windows this time
This commit is contained in:
@@ -5,6 +5,9 @@ edition = "2021"
|
|||||||
description = "Community crate for OpenXR in Bevy"
|
description = "Community crate for OpenXR in Bevy"
|
||||||
license = "MIT/Apache-2.0"
|
license = "MIT/Apache-2.0"
|
||||||
|
|
||||||
|
[target.'cfg(not(target_os="android"))'.features]
|
||||||
|
default = ["openxr/mint", "linked"]
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["openxr/mint"]
|
default = ["openxr/mint"]
|
||||||
linked = ["openxr/linked"]
|
linked = ["openxr/linked"]
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ target_sdk_version = 32
|
|||||||
# label = "Bevy Example"
|
# label = "Bevy Example"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
bevy_oxr = { path = "../..", default-features = false }
|
bevy_oxr = { path = "../.." }
|
||||||
bevy = "0.12"
|
bevy = "0.12"
|
||||||
openxr = { git = "https://github.com/Ralith/openxrs", features = ["mint"] }
|
openxr = { git = "https://github.com/Ralith/openxrs", features = ["mint"] }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user