pull clean_main

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2024-07-05 01:46:14 +02:00
2 changed files with 0 additions and 13 deletions

1
.gitignore vendored
View File

@@ -1,5 +1,4 @@
**/target
**/Cargo.lock
**/runtime_libs/arm64-v8a/*
.vscode
\.DS_Store

View File

@@ -1,12 +0,0 @@
# Bevy OpenXR
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`
## Troubleshooting
- Make sure, if you're on Linux, that you have the `openxr` package installed on your system.
- I'm getting poor performance.
- Like other bevy projects, make sure you're building in release (example: `cargo run --example xr --release`)