diff options
| author | Jesper Jensen <jesper@jnsn.dev> | 2026-06-05 10:13:41 +0200 |
|---|---|---|
| committer | Jesper Jensen <jesper@jnsn.dev> | 2026-06-05 10:13:41 +0200 |
| commit | 7bf056e5c652254c3a43e748b17cdbb7361a6a3c (patch) | |
| tree | 780513aa6cdf12ef7f3e1fe4672fa621a149bc86 /.gitmodules | |
| parent | 0c650783315066f3e1e6af7967a95c4ee8e5200e (diff) | |
Add cimgui for debug ui
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 7576d0b..2f2bf86 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "thirdparty/cglm"] path = thirdparty/cglm url = https://github.com/recp/cglm.git +[submodule "thirdparty/cimgui"] + path = thirdparty/cimgui + url = https://github.com/cimgui/cimgui.git |
