diff options
| author | Sébastien Crozet <developer@crozet.re> | 2020-08-25 22:10:25 +0200 |
|---|---|---|
| committer | Sébastien Crozet <developer@crozet.re> | 2020-08-25 22:10:25 +0200 |
| commit | 754a48b7ff6d8c58b1ee08651e60112900b60455 (patch) | |
| tree | 7d777a6c003f1f5d8f8d24f533f35a95a88957fe /Cargo.toml | |
| download | rapier-0.1.0.tar.gz rapier-0.1.0.tar.bz2 rapier-0.1.0.zip | |
First public release of Rapier.v0.1.0
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml new file mode 100644 index 0000000..cf89018 --- /dev/null +++ b/Cargo.toml @@ -0,0 +1,12 @@ +[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 |
