dimforge / ncollide

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

Make rand dependency a dev-dependency #291

Closed ghost closed 5 years ago

ghost commented 5 years ago

The rand crate is only used in benchmarks, so it doesn't need to be a dependency of this crate, but can be a dev-dependency instead. rand is still a transitive dependency of nalgebra, but still, this simplifies the dependency graph a little bit.

sebcrozet commented 5 years ago

Thanks!