Files
rapier/Cargo.toml
2020-08-25 22:10:25 +02:00

13 lines
359 B
TOML

[workspace]
members = [ "build/rapier2d", "build/rapier_testbed2d", "examples2d", "examples2d/wasm",
"build/rapier3d", "build/rapier_testbed3d", "examples3d", "examples3d/wasm",]
[patch.crates-io]
#wrapped2d = { git = "https://github.com/Bastacyclop/rust_box2d.git" }
[profile.release]
debug = false
codegen-units = 1
#opt-level = 1
#lto = true