Skip to content

Commit

Permalink
rely on official parry repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Dec 6, 2024
1 parent 3173aa8 commit c5098ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ resolver = "2"
#parry3d-f64 = { git = "https://github.com/dimforge/parry", branch = "master" }


parry2d = { git = "https://github.com/Vrixyz/parry", branch = "273-shape-shape-partId" }
parry3d = { git = "https://github.com/Vrixyz/parry", branch = "273-shape-shape-partId" }
parry2d-f64 = { git = "https://github.com/Vrixyz/parry", branch = "273-shape-shape-partId" }
parry3d-f64 = { git = "https://github.com/Vrixyz/parry", branch = "273-shape-shape-partId" }
parry2d = { git = "https://github.com/dimforge/parry" }
parry3d = { git = "https://github.com/dimforge/parry" }
parry2d-f64 = { git = "https://github.com/dimforge/parry" }
parry3d-f64 = { git = "https://github.com/dimforge/parry" }

# # For feature unstable-puffin-pr-235
# # See https://github.com/dimforge/rapier/issues/760.
Expand Down

0 comments on commit c5098ec

Please sign in to comment.