mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
927973ce6a
# Objective This fixes a crash caused by iOS preventing GPU access when not focused: #2296 ## Solution This skips `app.update()` in `winit_runner` when `winit` sends the `Suspended` event, until `Resumed`. I've tested that this works for me on my iOS app. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |