//! The `inertia` subsystem facade (engine spec ยง18).
//!
//! Thin, namespaced re-export of the certified [`arcature_inertia`] crate. Gated by the
//! `inertia` Cargo feature so an application that does not use this subsystem pays
//! no compile cost. Items live under [`crate::inertia`] to avoid glob collisions
//! with other subsystems that re-export the same upstream crate.
//!
//! [`arcature_inertia`]: https://docs.rs/arcature_inertia
pub use *;