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

@@ -0,0 +1,6 @@
# Bevy OpenXR Android example
Running on Meta Quest can be done with https://github.com/rust-mobile/cargo-apk and requires disabling default features.
```sh
cargo apk run --release
```