dimforge / ncollide

2 and 3-dimensional collision detection library in Rust.
https://ncollide.org
Apache License 2.0
921 stars 105 forks source link

Crate yanked? #322

Open alexreg opened 4 years ago

alexreg commented 4 years ago

What happened to it?

sebcrozet commented 4 years ago

Hi! A couple of years ago, the overly generic crate ncollide has been replaced by two distinct crates: ncollide2d and ncollide3d which are dedicated to 2D and 3D respectively.

alexreg commented 4 years ago

Thanks. Maybe this could be advertised in the README? (With two different badges?) anyway, good to know.