raidillon/physics/src/lib.rs
reo db1b427e2a Physics Support
- NEW CRATE: raidillon_physics.
- Added new models to be able to test the physics support.
- Added a new system "PhysicsSystem" to apply physics calculations to the ECS world.
- NEW COMPONENT: RigidBodyComponent
2025-11-16 15:38:20 +00:00

3 lines
47 B
Rust

mod physics;
pub use crate::physics::Physics;