//! Bevy integration for the `boxddd` Box3D bindings.
//!
//! The core `boxddd` crate stays engine-agnostic. This crate owns the Bevy-specific
//! plugin, components, resources, systems, and teaching examples.
pub use boxddd;
pub use *;
pub use *;
pub use *;
pub use *;
pub use BoxdddPhysicsPlugin;
pub use *;
pub use *;