o3 refactor

This commit is contained in:
reo 2025-07-22 21:12:05 +03:00
parent 341d531db3
commit 049f522bb1
19 changed files with 508 additions and 214 deletions

View file

@ -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"