dimforge / parry

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

Stability improvements + remove cuda support #192

Closed sebcrozet closed 2 months ago

sebcrozet commented 2 months ago

This PR removes CUDA support (so we don’t have to stick to an older version of the rust toolchain due to cust being unmaintained) and implements features needed for the upcoming stability improvements in Rapier.

Modified

Fixed

Added