- 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
3 lines
46 B
Rust
3 lines
46 B
Rust
mod physics;
|
|
|
|
pub use physics::PhysicsSystem;
|