Make menu items functional

This commit is contained in:
2024-11-04 22:18:57 -05:00
parent 756835f90e
commit 593475960d
6 changed files with 255 additions and 21 deletions
+1
View File
@@ -12,6 +12,7 @@ imgui = "0.12"
imgui-wgpu = { git = "https://github.com/Yatekii/imgui-wgpu-rs", rev = "2edd348" }
imgui-winit-support = "0.13"
itertools = "0.13"
native-dialog = "0.7"
num-derive = "0.4"
num-traits = "0.2"
pollster = "0.4"