Skip to content

Commit d52f96c

Browse files
committed
Math tests fix
1 parent a0f492b commit d52f96c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/bevy_math/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ approx = "0.5"
2323
# Supply rngs for examples and tests
2424
rand = "0.8"
2525
rand_chacha = "0.3"
26+
bevy_math = { path = ".", version = "0.14.0-dev", features = ["approx"] }
2627

2728
[features]
2829
default = ["rand"]

0 commit comments

Comments
 (0)