diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-06-04 23:31:49 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-06-05 01:28:59 +0100 |
commit | 88668a16780bfba0bdbfe179ba1fb0b416aa39f5 (patch) | |
tree | 0a58e7eae5a7f546a8da54dff760905e2752a93d /.gitmodules | |
parent | Tidy many stringy messes with std::format (diff) | |
download | ilt-88668a16780bfba0bdbfe179ba1fb0b416aa39f5.tar.bz2 ilt-88668a16780bfba0bdbfe179ba1fb0b416aa39f5.tar.xz ilt-88668a16780bfba0bdbfe179ba1fb0b416aa39f5.zip |
Add imgui submodule, latest version, docking branch
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 6332369..63a1a38 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "thirdparty/ctre"] path = thirdparty/ctre url = https://github.com/hanickadot/compile-time-regular-expressions +[submodule "thirdparty/imgui"] + path = thirdparty/imgui + url = https://github.com/ocornut/imgui |