dimforge / ncollide

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

Fix benchmarks #288

Closed ghost closed 5 years ago

ghost commented 5 years ago

Fixes compilation of the benchmarks. Additionally, resolves deprecation warnings from the nalgebra and rand crates. As a sidenote, I think we could be able to avoid the additional dependency to rand_isaac by switching to another random number generator, such as XorShiftRng.

sebcrozet commented 5 years ago

Thanks!