1
2
3
4
5
//! Rigid bodies.

pub use object::rigid_body::{RigidBody, RigidBodyHandle, ActivationState, RigidBodyState};

mod rigid_body;