//! Bevy integration for the `boxdd` Box2D bindings.
//!
//! The core `boxdd` crate stays engine-agnostic. This crate owns the Bevy-specific
//! plugin, ECS components, resources, systems, and examples.
pub use boxdd;
pub use *;
pub use *;
pub use *;
pub use BoxddPhysicsPlugin;
pub use *;