diff options
| author | Sébastien Crozet <developer@crozet.re> | 2023-01-22 19:01:09 +0100 |
|---|---|---|
| committer | Sébastien Crozet <developer@crozet.re> | 2023-01-22 19:01:09 +0100 |
| commit | 26596bdc2ef7537619ab763668381f8b5496b726 (patch) | |
| tree | 1ddab05177fba9f61ad68c779c1f9bb09fd35a64 /Cargo.toml | |
| parent | 1a4183cc94acc3210e4ae467abbea7d68e51c5ff (diff) | |
| download | rapier-voxels.tar.gz rapier-voxels.tar.bz2 rapier-voxels.zip | |
Voxel fracture experimentsvoxels
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -17,10 +17,10 @@ resolver = "2" #kiss3d = { git = "https://github.com/sebcrozet/kiss3d" } #nalgebra = { git = "https://github.com/dimforge/nalgebra", branch = "dev" } -#parry2d = { git = "https://github.com/dimforge/parry", branch = "master" } -#parry3d = { git = "https://github.com/dimforge/parry", branch = "master" } -#parry2d-f64 = { git = "https://github.com/dimforge/parry", branch = "master" } -#parry3d-f64 = { git = "https://github.com/dimforge/parry", branch = "master" } +parry2d = { git = "https://github.com/dimforge/parry", branch = "voxels" } +parry3d = { git = "https://github.com/dimforge/parry", branch = "voxels" } +parry2d-f64 = { git = "https://github.com/dimforge/parry", branch = "voxels" } +parry3d-f64 = { git = "https://github.com/dimforge/parry", branch = "voxels" } [profile.release] #debug = true |
