wip: Changes of the week
- Move engine to a different crate - Add engine trait - Refactor the rest of the codebase to work with these changes - Add debug ui buffer, use it to finish imgui support
This commit is contained in:
parent
3fd5b09a94
commit
15122b8ebd
20 changed files with 344 additions and 117 deletions
|
|
@ -12,5 +12,6 @@ raidillon_core = { path = "../core" }
|
|||
raidillon_platform = { path = "../platform" }
|
||||
raidillon_assets = { path = "../asset" }
|
||||
raidillon_ecs = { path = "../ecs" }
|
||||
raidillon_engine = { path = "../engine" }
|
||||
raidillon_glium = { path = "../glium_platform", optional = true }
|
||||
glam = "0.30.5"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue