dimforge / rapier

2D and 3D physics engines focused on performance.
https://rapier.rs
Apache License 2.0
3.97k stars 248 forks source link

deps: Remove unused `indexmap` dep. #518

Closed waywardmonkeys closed 1 year ago

waywardmonkeys commented 1 year ago

This was only enabled in the enhanced-determinism feature, but it wasn't actually used in these crates.

sebcrozet commented 1 year ago

Thanks!