android example lib, almost done

This commit is contained in:
Alexi Chepura
2023-10-18 13:13:20 +03:00
parent 3bacc37e74
commit 28c847244a
6 changed files with 23 additions and 21 deletions

View File

@@ -4,9 +4,3 @@ An in-progress crate for adding openxr support to Bevy without forking.
![image](https://github.com/awtterpip/bevy_openxr/assets/50841145/aa01fde4-7915-49b9-b486-ff61ce6d57a9)
To see it in action run the example in `examples` with `cargo run --example xr`.
## Quest
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
```