diff options
| author | s-ol <s-ol@users.noreply.github.com> | 2019-10-21 20:43:40 +0000 |
|---|---|---|
| committer | s-ol <s-ol@users.noreply.github.com> | 2019-10-21 20:47:58 +0000 |
| commit | 10af763b2922343215286f2156e6cbbf1b023762 (patch) | |
| tree | 8f35ed8f17b4c14c29b92d7240a3c4a1b0868c18 /.gitmodules | |
| parent | first working render! (diff) | |
| download | zig-imgui-10af763b2922343215286f2156e6cbbf1b023762.tar.gz zig-imgui-10af763b2922343215286f2156e6cbbf1b023762.zip | |
add cimgui in the repo
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 7 |
1 files changed, 4 insertions, 3 deletions
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 |
