From 88668a16780bfba0bdbfe179ba1fb0b416aa39f5 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 4 Jun 2024 23:31:49 +0100 Subject: Add imgui submodule, latest version, docking branch --- .gitmodules | 3 +++ thirdparty/imgui | 1 + 2 files changed, 4 insertions(+) create mode 160000 thirdparty/imgui 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 diff --git a/thirdparty/imgui b/thirdparty/imgui new file mode 160000 index 0000000..2db79d0 --- /dev/null +++ b/thirdparty/imgui @@ -0,0 +1 @@ +Subproject commit 2db79d0868f7b02d26f7557a72504a0b6f844937 -- cgit v1.2.3