mirror of
https://github.com/bevyengine/bevy
synced 2025-01-08 03:08:55 +00:00
f9da5eecf2
# Objective - Fixes #13092. ## Solution - Renamed the `inset()` method in `Rect`, `IRect` and `URect` to `inflate()`. - Added `EMPTY` constants to all `Rect` variants, represented by corners with the maximum numerical values for each kind. --- ## Migration Guide - Replace `Rect::inset()`, `IRect::inset()` and `URect::inset()` calls with `inflate()`. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |