android example lib

This commit is contained in:
Alexi Chepura
2023-10-18 12:25:32 +03:00
parent a370c296c1
commit 3bacc37e74
3 changed files with 93 additions and 31 deletions

View File

@@ -6,7 +6,7 @@ An in-progress crate for adding openxr support to Bevy without forking.
To see it in action run the example in `examples` with `cargo run --example xr`.
## Quest
Running on quest can be done with https://github.com/rust-mobile/cargo-apk and requires disabling default features.
Running on Meta Quest can be done with https://github.com/rust-mobile/cargo-apk and requires disabling default features.
```sh
cargo apk run --example xr --release --no-default-features
```