Support multiple windows, start on input UI

This commit is contained in:
2024-11-09 18:14:18 -05:00
parent 62b34ea760
commit a69247dd33
7 changed files with 824 additions and 476 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ bitflags = "2"
bytemuck = { version = "1", features = ["derive"] }
clap = { version = "4", features = ["derive"] }
cpal = "0.15"
imgui = "0.12"
imgui = { version = "0.12", features = ["tables-api"] }
imgui-wgpu = { git = "https://github.com/Yatekii/imgui-wgpu-rs", rev = "2edd348" }
imgui-winit-support = "0.13"
itertools = "0.13"