wgpu now working

This commit is contained in:
STP
2023-11-15 19:50:13 -05:00
parent 4762edbe03
commit 362c5160f4
8 changed files with 451 additions and 1405 deletions

View File

@@ -13,9 +13,5 @@ anyhow = "1.0"
nalgebra = "0.32.3"
roots = "0.0.8"
pyo3 = "0.20.0"
imgui = "0.11"
imgui-wgpu = "0.24"
imgui-winit-support = "0.11"
winit_input_helper = "0.13"
winit = "0.29.3"
wgpu = "0.18.0"
winit = "0.28"
wgpu = "0.18"