Files
funnygame/rapier/Cargo.toml
2026-05-29 19:19:16 +03:00

14 lines
224 B
TOML

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