bevy/crates/bevy_winit
François 9cfc48145b don't run update before window creation in winit (#10741)
# Objective

- Window size, scale and position are not correct on the first execution
of the systems
- Fixes #10407,  fixes #10642

## Solution

- Don't run `update` before we get a chance to create the window in
winit
- Finish reverting #9826 after #10389
2023-11-29 16:54:08 -08:00
..
src don't run update before window creation in winit (#10741) 2023-11-29 16:54:08 -08:00
Cargo.toml Release 0.12 (#10362) 2023-11-04 17:24:23 +00:00