Files
funnygame/rapier/Cargo.toml
2025-05-26 17:44:50 +03:00

13 lines
215 B
TOML

[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" ] }