From aed3930ae3c67aa4e581ea3ed211c107bf1ff54a Mon Sep 17 00:00:00 2001 From: ALittlePatate Date: Mon, 23 Oct 2023 13:27:24 +0200 Subject: [PATCH] imgui --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..b59abfc --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "imgui"] + path = imgui + url = https://github.com/ocornut/imgui/