Files
funnygame/rapier/Cargo.toml
2026-03-06 16:42:16 +02:00

15 lines
238 B
TOML

[package]
name = "rapier_rtt"
version = "0.1.0"
edition = "2021"
[lib]
crate-type = ["staticlib"]
path = "physics.rs"
[dependencies]
libc = "0.2.182"
parry3d = "*"
rapier3d = { version = "*", features = [ "simd-stable", "parallel" ] }