bevy/crates/bevy_math
Emi 36eedbfa92
Change Urect::width & Urect::height to be const (#9640)
# Objective
The two functions

[`Urect::height`](https://docs.rs/bevy_math/latest/bevy_math/struct.URect.html#method.height),

[`Urect::width`](https://docs.rs/bevy_math/latest/bevy_math/struct.URect.html#method.width)
 are currently not const. 
Since the methods are very unlikely to change (ever) and are useful to
be const for some games, they should be.

Co-authored-by: Emi <emanuel.boehm@gmail.com>
2023-08-30 17:31:30 +00:00
..
src Change Urect::width & Urect::height to be const (#9640) 2023-08-30 17:31:30 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00