wip: add init egui impl
This commit is contained in:
parent
f71f0d8e10
commit
b1c164dc6a
4 changed files with 790 additions and 55 deletions
|
|
@ -7,6 +7,7 @@ edition = "2021"
|
|||
egui.workspace = true
|
||||
ash.workspace = true
|
||||
ash-window.workspace = true
|
||||
color-eyre.workspace = true
|
||||
tracing.workspace = true
|
||||
tracing-subscriber.workspace = true
|
||||
winit.workspace = true
|
||||
|
|
@ -17,3 +18,4 @@ gfx_hal = { path = "../gfx_hal" }
|
|||
renderer = { path = "../renderer" }
|
||||
resource_manager = { path = "../resource_manager" }
|
||||
clap = { version = "4.5.34", features = ["derive"] }
|
||||
egui-winit = "0.31.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue