o3 refactor
This commit is contained in:
parent
341d531db3
commit
049f522bb1
19 changed files with 508 additions and 214 deletions
|
|
@ -2,3 +2,11 @@
|
|||
name = "raidillon_core"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
glam = "0.30.4"
|
||||
hecs = "0.10.5"
|
||||
raidillon_render = { path = "../raidillon_render" }
|
||||
glium = { version = "0.35.0", features = ["glutin_backend", "simple_window_builder"] }
|
||||
raidillon_ecs = { path = "../raidillon_ecs" }
|
||||
anyhow = "1.0.98"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue