This commit is contained in:
2025-05-26 17:44:50 +03:00
parent 7f054e2904
commit 60fa98e240
24 changed files with 756 additions and 111 deletions

12
rapier/Cargo.toml Normal file
View File

@@ -0,0 +1,12 @@
[package]
name = "rapier_rtt"
version = "0.1.0"
edition = "2024"
[lib]
crate-type = ["staticlib"]
path = "px.rs"
[dependencies]
parry3d = "*"
rapier3d = { version = "*", features = [ "simd-stable", "parallel" ] }