From 7bf056e5c652254c3a43e748b17cdbb7361a6a3c Mon Sep 17 00:00:00 2001 From: Jesper Jensen Date: Fri, 5 Jun 2026 10:13:41 +0200 Subject: Add cimgui for debug ui --- .gitmodules | 3 +++ thirdparty/cimgui | 1 + 2 files changed, 4 insertions(+) create mode 160000 thirdparty/cimgui 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 diff --git a/thirdparty/cimgui b/thirdparty/cimgui new file mode 160000 index 0000000..bbddc62 --- /dev/null +++ b/thirdparty/cimgui @@ -0,0 +1 @@ +Subproject commit bbddc623b5636b9cf46b5168ae0b89febaadb6d6 -- cgit v1.2.3