physics
This commit is contained in:
12
rapier/Cargo.toml
Normal file
12
rapier/Cargo.toml
Normal 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" ] }
|
||||
Reference in New Issue
Block a user