basic imgui stuff

This commit is contained in:
mjkzy
2022-05-28 18:59:35 -05:00
parent 5ba9adfe07
commit 8e1a112980
10 changed files with 438 additions and 1 deletions

3
.gitmodules vendored
View File

@ -45,3 +45,6 @@
path = deps/zlib
url = https://github.com/madler/zlib.git
branch = develop
[submodule "deps/imgui"]
path = deps/imgui
url = https://github.com/fedddddd/imgui.git