dimforge / parry

2D and 3D collision-detection library for Rust.
https://parry.rs
Apache License 2.0
528 stars 93 forks source link

Remove unused `RefWithCost` #204

Closed waywardmonkeys closed 1 week ago

waywardmonkeys commented 1 month ago

This was brought over from ncollide and was unused at the time.

This code generates warnings in nightly builds due to being dead.