bevy/crates/bevy_winit
François Mockers 8af12c8775
apply window scale to window size when creating it (#13967)
# Objective

- Fixes #13702
- When creating a new window, its scale was changed to match the one
returned by winit, but its size was not which resulted in an incorrect
size until the event with the correct size was received, at least 1
frame later

## Solution

- Apply the window scale to its size when creating it
2024-06-21 20:27:55 +02:00
..
src apply window scale to window size when creating it (#13967) 2024-06-21 20:27:55 +02:00
Cargo.toml Release Candidate 0.14.0-rc.3 2024-06-16 17:50:19 +02:00
README.md Add README.md to all crates (#13184) 2024-05-02 18:56:00 +00:00

Bevy Winit

License Crates.io Downloads Docs Discord