From 8e60bf68b97071a823ea376fa24e9781a97739f2 Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Sun, 18 Feb 2024 02:15:50 +0100 Subject: [PATCH] remove segfault from readme --- README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/README.md b/README.md index d243cfb..e4b47ac 100644 --- a/README.md +++ b/README.md @@ -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.