work on physics begun
This commit is contained in:
@@ -1,15 +1,16 @@
|
||||
[package]
|
||||
name = "rapier_rtt"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
edition = "2021"
|
||||
|
||||
[target.aarch64-apple-ios]
|
||||
rustflags = ["-C", "link-arg=-mios-version-min=13.0"]
|
||||
|
||||
[lib]
|
||||
crate-type = ["staticlib"]
|
||||
path = "px.rs"
|
||||
path = "physics.rs"
|
||||
|
||||
[dependencies]
|
||||
libc = "0.2.182"
|
||||
parry3d = "*"
|
||||
rapier3d = { version = "*", features = [ "simd-stable", "parallel" ] }
|
||||
|
||||
Reference in New Issue
Block a user