- 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
11 lines
141 B
TOML
11 lines
141 B
TOML
[workspace]
|
|
members = [
|
|
"core",
|
|
"glium_platform",
|
|
"platform",
|
|
"asset",
|
|
"game",
|
|
"ecs",
|
|
"engine",
|
|
"physics",
|
|
]
|