From 10af763b2922343215286f2156e6cbbf1b023762 Mon Sep 17 00:00:00 2001 From: s-ol Date: Mon, 21 Oct 2019 22:43:40 +0200 Subject: add cimgui in the repo --- .gitmodules | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index b9e3cb1..d18738f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,4 @@ -[submodule "cimgui"] - path = cimgui - url = https://github.com/cimgui/cimgui.git + +[submodule "cimgui/imgui"] + path = cimgui/imgui + url = https://github.com/ocornut/imgui.git -- cgit v1.2.3