From ec6f12cf73b910540422f747af16fc1ad19ab5d2 Mon Sep 17 00:00:00 2001 From: notcpuid Date: Wed, 19 Nov 2025 18:12:35 +0300 Subject: [PATCH] fix(submodule): fix file --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitmodules b/.gitmodules index e2dbcc7..6924448 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "pe-packer/asmjit"] path = pe-packer/asmjit url = https://github.com/asmjit/asmjit.git +[submodule "vendor/imgui"] + path = vendor/imgui + url = https://github.com/ocornut/imgui.git