dimforge / parry

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

deps: Update to bitflags 2.x #208

Closed waywardmonkeys closed 1 week ago

waywardmonkeys commented 2 weeks ago

This also removes an old style macro_use / extern crate for bitflags and makes all uses use the same syntax.

waywardmonkeys commented 2 weeks ago

Because of rkyv, a different approach must be taken: https://github.com/bitflags/bitflags/issues/348

sebcrozet commented 1 week ago

Thanks!