Initial implementation of imgui support
This commit is contained in:
parent
1a200e62ef
commit
3fd5b09a94
6 changed files with 95 additions and 4 deletions
|
|
@ -13,4 +13,7 @@ raidillon_core = { path = "../core" }
|
|||
raidillon_assets = { path = "../asset" }
|
||||
raidillon_ecs = { path = "../ecs" }
|
||||
winit = "0.30.12"
|
||||
indexmap = "2.10.0"
|
||||
indexmap = "2.10.0"
|
||||
imgui = "0.12.0"
|
||||
imgui-winit-support = "0.13.0"
|
||||
imgui-glium-renderer = "0.13.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue