diff --git a/crates/engine/Cargo.toml b/crates/engine/Cargo.toml index 1f77104..5e1385e 100644 --- a/crates/engine/Cargo.toml +++ b/crates/engine/Cargo.toml @@ -16,6 +16,6 @@ libnoise = "1.1.2" log = "0.4.25" ndarray = "0.16.1" rand = "0.9.0" -rapier3d = { version = "0.28.0", features = ["simd-stable"] } +rapier3d = { version = "0.29.0", features = ["simd-stable"] } russimp = "3.2.0" rusttype = { version = "0.9.3", features = ["gpu_cache"] }