Fixes #13701 After `winit` upgrade to `0.31`, windows were no longer correctly resizing. This appears to just have been a simple mistake, where the new physical size was being sourced from the `winit` window rather than on the incoming `Window` component. ## Testing Tested on macOS, but I'm curious whether this was also broken on other platforms. |
||
|---|---|---|
| .. | ||
| accessibility.rs | ||
| converters.rs | ||
| lib.rs | ||
| state.rs | ||
| system.rs | ||
| winit_config.rs | ||
| winit_event.rs | ||
| winit_windows.rs | ||