bevy/crates/bevy_math
Joona Aalto 536a7bd810
Add approx feature to bevy_math (#11176)
# Objective

`bevy_math` re-exports Glam, but doesn't have a feature for enabling
`approx` for it. Many projects (including some of Bevy's own crates)
need `approx`, and it'd be nice if you didn't have to manually add Glam
to specify the feature for it.

## Solution

Add an `approx` feature to `bevy_math`.
2024-01-02 18:10:44 +00:00
..
src Add constants for Direction2d and Direction3d (#11180) 2024-01-02 17:00:23 +00:00
Cargo.toml Add approx feature to bevy_math (#11176) 2024-01-02 18:10:44 +00:00