bevy/examples/app
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
..
empty.rs organize examples and add ecs guide 2020-05-01 13:12:47 -07:00
empty_defaults.rs organize examples and add ecs guide 2020-05-01 13:12:47 -07:00
headless.rs app: simplify app imports 2020-07-16 18:47:51 -07:00
plugin.rs app: rename AppPlugin to Plugin 2020-08-07 20:22:17 -07:00
return_after_run.rs Allow calling winit with the 'run_return' variant of the run function (#243) 2020-08-20 22:37:19 -07:00
thread_pool_resources.rs unused import 2020-08-16 13:43:42 -07:00