Skip to content

Commit

Permalink
rely on upstream PR rather than local
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrixyz committed Dec 5, 2024
1 parent 7652918 commit 4574167
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +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-best" }
# parry3d = { git = "https://github.com/Vrixyz/parry", branch = "273-shape-shape-best" }
# parry2d-f64 = { git = "https://github.com/Vrixyz/parry", branch = "273-shape-shape-best" }
# parry3d-f64 = { git = "https://github.com/Vrixyz/parry", branch = "273-shape-shape-best" }
parry2d = { path = "../parry/crates/parry2d" }
parry3d = { path = "../parry/crates/parry3d" }
parry2d-f64 = { path = "../parry/crates/parry2d-f64" }
parry3d-f64 = { path = "../parry/crates/parry3d-f64" }
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" }

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

0 comments on commit 4574167

Please sign in to comment.