1
2
3
4
5
6
//! Physics plugin and systems

mod plugin;

#[allow(clippy::module_name_repetitions)]
pub use plugin::PhysicsPlugin;