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"
|
||||
license = "MIT/Apache-2.0"
|
||||
|
||||
[target.'cfg(not(target_os="android"))'.features]
|
||||
default = ["openxr/mint", "linked"]
|
||||
|
||||
[features]
|
||||
default = ["openxr/mint"]
|
||||
linked = ["openxr/linked"]
|
||||
|
||||
Reference in New Issue
Block a user