bevy/crates/bevy_math
Vitaliy Sapronenko c38e2d037d
Math tests fix (#12748)
# Objective

Fixes `cargo test -p bevy_math` as in #12729.

## Solution

As described in
[message](https://github.com/bevyengine/bevy/issues/12729#issuecomment-2022197944)
Added workaround `bevy_math = { path = ".", version = "0.14.0-dev",
features = ["approx"] }` to `bevy_math`'s `dev-dependencies`

---------

Co-authored-by: BD103 <59022059+BD103@users.noreply.github.com>
2024-03-27 20:48:20 +00:00
..
src Move FloatOrd into bevy_math (#12732) 2024-03-27 18:30:11 +00:00
Cargo.toml Math tests fix (#12748) 2024-03-27 20:48:20 +00:00