Add physics crate with rapier3d
This commit is contained in:
parent
a3d3f641cd
commit
8c9c310198
13 changed files with 756 additions and 102 deletions
|
|
@ -4,12 +4,12 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.98"
|
||||
glam = "0.30.4"
|
||||
glium = { version = "0.35.0", features = ["glutin_backend", "simple_window_builder"] }
|
||||
gltf = { version = "1.4.1", features = ["import", "utils", "KHR_texture_transform"] }
|
||||
glutin = { version = "0.32.3", default-features = false }
|
||||
hecs = "0.10.5"
|
||||
image = "0.25.6"
|
||||
raidillon_ecs = { path = "../raidillon_ecs" }
|
||||
image = "0.25"
|
||||
anyhow = "1"
|
||||
hecs = "0.10.5"
|
||||
glium = { version = "0.35", features = ["glutin"] }
|
||||
winit = "0.30"
|
||||
raidillon_ecs = { path = "../raidillon_ecs" }
|
||||
rapier3d = "0.26.1"
|
||||
gltf = { version = "1.4.1", features = ["import", "utils", "KHR_texture_transform"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue