bevy/crates/bevy_winit
Jake Kerr db1bf6478c
Allow calling winit with the 'run_return' variant of the run function (#243)
This adds a new WinitConfig resource that can be used to configure the behavior of winit.
When `return_from_run` is set to `true`, `App::run()` will return on `target_os` configurations that
support it.

Closes bevyengine/bevy#167.
2020-08-20 22:37:19 -07:00
..
src Allow calling winit with the 'run_return' variant of the run function (#243) 2020-08-20 22:37:19 -07:00
Cargo.toml bump bevy_winit version 2020-08-10 13:12:57 -07:00