bevy/crates
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
..
bevy_app enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
bevy_asset enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
bevy_audio Make audio/image dependencies optional through feature flags 2020-08-11 00:30:42 -06:00
bevy_core enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
bevy_derive enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
bevy_diagnostic enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
bevy_ecs enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
bevy_gltf Simplify GLTF loader code (#245) 2020-08-20 14:06:16 -07:00
bevy_input Basic mouse scroll-wheel event (#222) 2020-08-20 17:04:01 -07:00
bevy_math Upgrade glam to 0.9.3 2020-08-12 17:31:51 +12:00
bevy_pbr enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
bevy_property enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
bevy_render Fix #187 . Multiple return instead of continue inside for loops. (#230) 2020-08-20 16:09:04 -07:00
bevy_ron enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
bevy_scene enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
bevy_sprite enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
bevy_text enforce cargo fmt --check 2020-08-16 05:02:06 -07:00
bevy_transform enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
bevy_type_registry enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
bevy_ui enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
bevy_wgpu Merge pull request #206 from multun/clippy 2020-08-19 21:33:28 -07:00
bevy_window enforce clippy for all target and features 2020-08-16 07:20:06 -07:00
bevy_winit Allow calling winit with the 'run_return' variant of the run function (#243) 2020-08-20 22:37:19 -07:00