bevy/crates/bevy_window
Daniel Liu 3203a8585c Change window position types from tuple to vec (#5276)
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>
2022-07-11 14:36:23 +00:00
..
src Change window position types from tuple to vec (#5276) 2022-07-11 14:36:23 +00:00
Cargo.toml Allow closing windows at runtime (#3575) 2022-05-05 13:35:43 +00:00