Just added android support

This commit is contained in:
Schmarni
2023-11-08 04:09:58 +01:00
parent 4307d2a66e
commit e3fd2df070
5 changed files with 49 additions and 3889 deletions

View File

@@ -6,11 +6,11 @@ description = "Community crate for OpenXR in Bevy"
license = "MIT/Apache-2.0"
[features]
default = ["openxr/mint", "linked"]
default = ["openxr/mint"]
linked = ["openxr/linked"]
[workspace]
members = [ "examples/android" ]
members = ["examples/android", "examples/demo"]
[dependencies]
anyhow = "1.0.75"