We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a0665c commit 2ae2a9cCopy full SHA for 2ae2a9c
crates/rapier2d/Cargo.toml
@@ -64,7 +64,7 @@ vec_map = { version = "0.8", optional = true }
64
instant = { version = "0.1", features = ["now"], optional = true }
65
num-traits = "0.2"
66
nalgebra = "0.33"
67
-parry2d = "0.16.0"
+parry2d = { git = "https://github.com/ughuuu/parry", branch = "custom-changes" }
68
simba = "0.9"
69
approx = "0.5"
70
rayon = { version = "1", optional = true }
0 commit comments