bevy/crates/bevy_winit
François fae61ad249 create window as soon as possible (#7668)
# Objective

- Fixes #7612 
- Since #7493, windows started as unfocused

## Solution

- Creating the window at the end of the event loop after the resume event instead of at the beginning of the loop of the next event fixes the focus
2023-02-14 15:08:04 +00:00
..
src create window as soon as possible (#7668) 2023-02-14 15:08:04 +00:00
Cargo.toml update winit to 0.28 (#7480) 2023-02-03 16:41:39 +00:00