remove segfault from readme

This commit is contained in:
galister
2024-02-18 02:15:50 +01:00
parent e4beaa0e81
commit 8e60bf68b9

View File

@@ -89,17 +89,6 @@ We would like to work with you and include additional bindings.
# Known Issues
## OpenXR: Segfault with release build
We are currently not sure what causes this.
If you are affected, you can either revert to using debug builds,
or alternatively add the following to `Cargo.toml` to only do basic optimizations:
```toml
[profile.release]
opt-level = 1
```
## Scroll wheel doesn't work
This seems to be an issue specific to Electron apps (Discord, Element, Slack, Spotify) on Wayland. Scrolling will work when using these in your web browser.