Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ughuuu committed Jul 27, 2024
1 parent 1a0665c commit 2ae2a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rapier2d/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ vec_map = { version = "0.8", optional = true }
instant = { version = "0.1", features = ["now"], optional = true }
num-traits = "0.2"
nalgebra = "0.33"
parry2d = "0.16.0"
parry2d = { git = "https://github.com/ughuuu/parry", branch = "custom-changes" }
simba = "0.9"
approx = "0.5"
rayon = { version = "1", optional = true }
Expand Down

0 comments on commit 2ae2a9c

Please sign in to comment.