fixed rapier.rs

This commit is contained in:
2026-05-29 19:19:16 +03:00
parent 363bd9001d
commit 4811ad0820
14 changed files with 16 additions and 17 deletions

View File

@@ -10,5 +10,4 @@ path = "physics.rs"
[dependencies]
libc = "0.2.182"
parry3d = "*"
rapier3d = { version = "*", features = [ "simd-stable", "parallel" ] }