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

@ -5,4 +5,7 @@ edition = "2021"
[dependencies]
winit = "0.30"
glam = "0.30.4"
glam = "0.30.4"
raidillon_core = { path = "../raidillon_core" }
hecs = "0.10.5"
raidillon_render = { path = "../raidillon_render" }