wip: add init egui impl

This commit is contained in:
zack 2025-03-31 14:54:56 -04:00
parent f71f0d8e10
commit b1c164dc6a
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
4 changed files with 790 additions and 55 deletions

View file

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