diff options
| author | Crozet Sébastien <developer@crozet.re> | 2020-10-26 14:33:31 +0100 |
|---|---|---|
| committer | Crozet Sébastien <developer@crozet.re> | 2020-10-26 14:33:31 +0100 |
| commit | e028f4504065b228bea8b736265e8b1bfb58f7f3 (patch) | |
| tree | c315949a776c272eaabf5aaa03a00ed93339345e /Cargo.toml | |
| parent | 9315da2b6c959303a4c103d1fa3c6653adb53143 (diff) | |
| download | rapier-e028f4504065b228bea8b736265e8b1bfb58f7f3.tar.gz rapier-e028f4504065b228bea8b736265e8b1bfb58f7f3.tar.bz2 rapier-e028f4504065b228bea8b736265e8b1bfb58f7f3.zip | |
Update dependencies.
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -5,6 +5,11 @@ members = [ "build/rapier2d", "build/rapier_testbed2d", "examples2d", "benchmark [patch.crates-io] #wrapped2d = { git = "https://github.com/Bastacyclop/rust_box2d.git" } #simba = { path = "../simba" } +#ncollide2d = { path = "../ncollide/build/ncollide2d" } +#ncollide3d = { path = "../ncollide/build/ncollide3d" } +#nphysics2d = { path = "../nphysics/build/nphysics2d" } +#nphysics3d = { path = "../nphysics/build/nphysics3d" } +#kiss3d = { path = "../kiss3d" } [profile.release] #debug = true |
