minor addition to readme troubleshooting section.

This commit is contained in:
2-3-5-41
2023-11-06 13:45:40 -05:00
parent 0274698eb4
commit 4d71663c9f

View File

@@ -7,8 +7,6 @@ To see it in action run the example in `examples` with `cargo run --example xr`
## Troubleshooting ## Troubleshooting
- I'm getting a `CMake error: ...` on Linux. - Make sure, if you're on Linux, that you have the `openxr` package installed on your system.
- Make sure you have the `openxr` package installed on your system.
- Append `--no-default-features` to your build command (example: `cargo run --example xr --no-default-features`)
- I'm getting poor performance. - I'm getting poor performance.
- Like other bevy projects, make sure you're building in release (example: `cargo run --example xr --release`) - Like other bevy projects, make sure you're building in release (example: `cargo run --example xr --release`)