minor addition to readme troubleshooting section.
This commit is contained in:
@@ -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`)
|
||||||
|
|||||||
Reference in New Issue
Block a user