- 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
9 lines
161 B
TOML
9 lines
161 B
TOML
[package]
|
|
name = "raidillon_ecs"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
glam = "0.30.5"
|
|
raidillon_assets = { path = "../asset" }
|
|
rapier3d = "0.30.1"
|