diff --git a/crates/bevy_math/Cargo.toml b/crates/bevy_math/Cargo.toml index 28ab5d1cd3..31fd4653e8 100644 --- a/crates/bevy_math/Cargo.toml +++ b/crates/bevy_math/Cargo.toml @@ -23,6 +23,8 @@ approx = "0.5" # Supply rngs for examples and tests rand = "0.8" rand_chacha = "0.3" +# Enable the approx feature when testing. +bevy_math = { path = ".", version = "0.14.0-dev", features = ["approx"] } [features] default = ["rand"]