Jondolf / avian

ECS-driven 2D and 3D physics engine for the Bevy game engine.
https://crates.io/crates/avian3d
Apache License 2.0
1.4k stars 112 forks source link

Fix missing feature flag #502

Closed janhohenheim closed 1 month ago

janhohenheim commented 1 month ago

Objective

While depending on Avian's main branch, running cargo doc --all-features fails on my crate when including a serialize feature

Solution

Fix bitflags not being serializable when serializing. Ideally, the CI should catch this.