1 2 3 4 5 6 7 8 9
/// cloth module pub mod cloth; /// cloth builder module pub mod cloth_builder; /// cloth rendering module pub mod cloth_rendering; /// collider module #[cfg(any(feature = "rapier_collisions", feature = "avian_collisions"))] pub mod collider;