From daa91f9620477892fe3d426cc6ceab502fcb7bdf Mon Sep 17 00:00:00 2001 From: Pascal Thomet Date: Wed, 10 Apr 2024 17:31:53 +0200 Subject: [PATCH] Add submodule netimgui --- .gitmodules | 3 +++ external/netImgui | 1 + 2 files changed, 4 insertions(+) create mode 160000 external/netImgui diff --git a/.gitmodules b/.gitmodules index 55bacb4e..1733de0e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,6 @@ [submodule "_example_integration"] path = _example_integration url = https://github.com/pthom/hello_imgui_template.git +[submodule "external/netImgui"] + path = external/netImgui + url = https://github.com/pthom/netImgui.git diff --git a/external/netImgui b/external/netImgui new file mode 160000 index 00000000..cf7b8fc9 --- /dev/null +++ b/external/netImgui @@ -0,0 +1 @@ +Subproject commit cf7b8fc9df10d1010a9fc88bc1c07af33d8a953d