Add physics crate with rapier3d
This commit is contained in:
parent
a3d3f641cd
commit
8c9c310198
13 changed files with 756 additions and 102 deletions
10
raidillon_physics/Cargo.toml
Normal file
10
raidillon_physics/Cargo.toml
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[package]
|
||||
name = "raidillon_physics"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
rapier3d = "0.26.1"
|
||||
glam = "0.30.4"
|
||||
nalgebra = { version = "0.33" }
|
||||
raidillon_ecs = { path = "../raidillon_ecs" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue