bevy/crates/bevy_winit
Alex Saveau 9976ecb810 Fix crash when using Duration::MAX (#4900)
# Objective

If you set the `ReactiveLowPower` max wait to `Duration::MAX`, stuff panics. Fix that.

## Solution

Wait forever if addition failed.
2022-06-02 19:42:20 +00:00
..
src Fix crash when using Duration::MAX (#4900) 2022-06-02 19:42:20 +00:00
Cargo.toml Optionally resize Window canvas element to fit parent element (#4726) 2022-05-20 23:13:48 +00:00