Resolves #5004. As suggested in the original issue, change tuple types to their corresponding vector type. ## migration guide Changed the following fields - `WindowCommand::SetWindowMode.resolution` from `(u32, u32)` to `UVec2` - `WindowCommand::SetResolution.logical_resolution` from `(f32, f32)` to `Vec2` Co-authored-by: Daniel Liu <mr.picklepinosaur@gmail.com> |
||
|---|---|---|
| .. | ||
| converters.rs | ||
| lib.rs | ||
| web_resize.rs | ||
| winit_config.rs | ||
| winit_windows.rs | ||