bevy/crates/bevy_math
mamekoro 8092e2c86d
Implement basic traits for AspectRatio (#12840)
# Objective
`AspectRatio` is a newtype of `f32`, so it can implement basic traits;
`Copy`, `Clone`, `Debug`, `PartialEq` and `PartialOrd`.

## Solution
Derive basic traits for `AspectRatio`.
2024-04-01 23:02:07 +00:00
..
src Implement basic traits for AspectRatio (#12840) 2024-04-01 23:02:07 +00:00
Cargo.toml Math tests fix (#12748) 2024-03-27 20:48:20 +00:00