From 755f4030689164e0437e2a36f1349fb9e501b66b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 17:54:22 +0000 Subject: [PATCH] Update rapier3d requirement from 0.28.0 to 0.29.0 in /crates/engine --- updated-dependencies: - dependency-name: rapier3d dependency-version: 0.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- crates/engine/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }