bevy/crates/bevy_math
Arnav Mummineni bc8e2746d7
Add reflect impls to IRect and URect (#9191)
# Objective

This attempts to make the new IRect and URect structs in bevy_math more
similar to the existing Rect struct.

## Solution

Add reflect implementations for IRect and URect, since one already
exists for Rect.
2023-07-23 01:02:00 +00:00
..
src Add reflect impls to IRect and URect (#9191) 2023-07-23 01:02:00 +00:00
Cargo.toml Bump Version after Release (#9106) 2023-07-10 21:19:27 +00:00