blob: 32e61076f608e1ca8d6176d7c5b134c5359b6302 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[workspace]
members = [ "build/rapier2d", "build/rapier_testbed2d", "examples2d",
"build/rapier3d", "build/rapier_testbed3d", "examples3d" ]
[patch.crates-io]
#wrapped2d = { git = "https://github.com/Bastacyclop/rust_box2d.git" }
[profile.release]
debug = false
codegen-units = 1
#opt-level = 1
#lto = true
|