Working imgui

This commit is contained in:
STP
2023-11-16 01:21:34 -05:00
parent 362c5160f4
commit 94aea2678c
7 changed files with 787 additions and 715 deletions

View File

@@ -13,5 +13,11 @@ anyhow = "1.0"
nalgebra = "0.32.3"
roots = "0.0.8"
pyo3 = "0.20.0"
winit = "0.28"
wgpu = "0.18"
imgui = "0.11"
imgui-wgpu = "0.23"
imgui-winit-support = "0.11"
winit = "0.27"
winit_input_helper = "0.13"
pixels = "0.13"
error-iter = "0.4.1"