fix(wayland): fix panic when an app requests presentation_feedback without having bound a display

Signed-off-by: Schmarni <marnistromer@gmail.com>
This commit is contained in:
Schmarni
2025-10-10 21:38:02 +02:00
parent ec871f5963
commit b0ee7e9f54
3 changed files with 14 additions and 17 deletions

View File

@@ -53,14 +53,15 @@ opt-level = "s"
lto = true
codegen-units = 1
panic = "abort"
strip = "symbols"
# strip = "symbols"
debug = true
[profile.dev.package."*"]
opt-level = 3
[patch.crates-io]
bevy_mod_openxr = { git = "https://github.com/awtterpip/bevy_oxr" }
bevy_mod_xr = { git = "https://github.com/awtterpip/bevy_oxr" }
bevy_mod_openxr = { git = "https://github.com/awtterpip/bevy_oxr", rev = "9fd0c797"}
bevy_mod_xr = { git = "https://github.com/awtterpip/bevy_oxr", rev = "9fd0c797" }
bevy_gltf = { git = "https://github.com/Schmarni-Dev/bevy", branch = "gltf_backport" }
# TODO: figure out how to not need this horrifing patch
wgpu = { git = "https://github.com/Schmarni-Dev/wgpu", branch = "bad_dmabuf_workaround" }