diff options
| author | Crozet Sébastien <developer@crozet.re> | 2021-01-05 13:52:35 +0100 |
|---|---|---|
| committer | Crozet Sébastien <developer@crozet.re> | 2021-01-05 13:52:35 +0100 |
| commit | 6ba50813581e9cc87bcb93fef0d01e16065b976b (patch) | |
| tree | eabe66cff874b4fe1f0718dd3e9f1ea8b1b0d172 | |
| parent | c28b14d31c43e1eb97a81df7673127d0c22d8deb (diff) | |
| download | rapier-6ba50813581e9cc87bcb93fef0d01e16065b976b.tar.gz rapier-6ba50813581e9cc87bcb93fef0d01e16065b976b.tar.bz2 rapier-6ba50813581e9cc87bcb93fef0d01e16065b976b.zip | |
patch.crates-io: point towards the repositories of cdl, ncollide, nphysics, kiss3d.
| -rw-r--r-- | Cargo.toml | 33 |
1 files changed, 20 insertions, 13 deletions
@@ -4,22 +4,29 @@ members = [ "build/rapier2d", "build/rapier2d-f64", "build/rapier_testbed2d", "e [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" } -cdl2d = { path = "../cdl/build/cdl2d" } -cdl3d = { path = "../cdl/build/cdl3d" } -cdl2d-f64 = { path = "../cdl/build/cdl2d-f64" } -cdl3d-f64 = { path = "../cdl/build/cdl3d-f64" } -#cdl2d = { git = "https://github.com/sebcrozet/cdl.git" } -#cdl3d = { git = "https://github.com/sebcrozet/cdl.git" } -#cdl2d-f64 = { git = "https://github.com/sebcrozet/cdl.git" } -#cdl3d-f64 = { git = "https://github.com/sebcrozet/cdl.git" } +#ncollide2d = { path = "../ncollide/build/ncollide2d" } +#ncollide3d = { path = "../ncollide/build/ncollide3d" } +#nphysics2d = { path = "../nphysics/build/nphysics2d" } +#nphysics3d = { path = "../nphysics/build/nphysics3d" } +#kiss3d = { path = "../kiss3d" } +#cdl2d = { path = "../cdl/build/cdl2d" } +#cdl3d = { path = "../cdl/build/cdl3d" } +#cdl2d-f64 = { path = "../cdl/build/cdl2d-f64" } +#cdl3d-f64 = { path = "../cdl/build/cdl3d-f64" } #nalgebra = { path = "../nalgebra" } +kiss3d = { git = "https://github.com/sebcrozet/kiss3d" } +cdl2d = { git = "https://github.com/sebcrozet/cdl" } +cdl3d = { git = "https://github.com/sebcrozet/cdl" } +cdl2d-f64 = { git = "https://github.com/sebcrozet/cdl" } +cdl3d-f64 = { git = "https://github.com/sebcrozet/cdl" } +ncollide2d = { git = "https://github.com/dimforge/ncollide" } +ncollide3d = { git = "https://github.com/dimforge/ncollide" } +nphysics2d = { git = "https://github.com/dimforge/nphysics" } +nphysics3d = { git = "https://github.com/dimforge/nphysics" } + [profile.release] #debug = true codegen-units = 1 |
