mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
3203a8585c
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> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |