diff --git a/crates/engine/Cargo.toml b/crates/engine/Cargo.toml index c233a4a..eadbfec 100644 --- a/crates/engine/Cargo.toml +++ b/crates/engine/Cargo.toml @@ -14,7 +14,7 @@ image = "0.25.5" lazy_static = "1.5.0" libnoise = "1.1.2" log = "0.4.25" -ndarray = "0.16.1" +ndarray = "0.17.1" rand = "0.9.0" rapier3d = { version = "0.23.0", features = ["parallel"] } russimp = "3.2.0"