Skip to content

Commit 2ae2a9c

Browse files
committed
Update Cargo.toml
1 parent 1a0665c commit 2ae2a9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rapier2d/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ vec_map = { version = "0.8", optional = true }
6464
instant = { version = "0.1", features = ["now"], optional = true }
6565
num-traits = "0.2"
6666
nalgebra = "0.33"
67-
parry2d = "0.16.0"
67+
parry2d = { git = "https://github.com/ughuuu/parry", branch = "custom-changes" }
6868
simba = "0.9"
6969
approx = "0.5"
7070
rayon = { version = "1", optional = true }

0 commit comments

Comments
 (0)