From 80af0e689283227266fe87a174a207336b098a5c Mon Sep 17 00:00:00 2001 From: Gordon McCann Date: Fri, 24 Dec 2021 14:11:52 -0500 Subject: [PATCH] Added back working imgui --- .gitmodules | 4 ++++ Navigator/vendor/imgui | 1 + 2 files changed, 5 insertions(+) create mode 160000 Navigator/vendor/imgui diff --git a/.gitmodules b/.gitmodules index f9a549e..382abb5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -7,3 +7,7 @@ [submodule "Navigator/vendor/implot"] path = Navigator/vendor/implot url = https://github.com/gwm17/implot.git +[submodule "Navigator/vendor/imgui"] + path = Navigator/vendor/imgui + url = https://github.com/gwm17/imgui.git + branch = docking diff --git a/Navigator/vendor/imgui b/Navigator/vendor/imgui new file mode 160000 index 0000000..37435d5 --- /dev/null +++ b/Navigator/vendor/imgui @@ -0,0 +1 @@ +Subproject commit 37435d59625642f246f8ee2ecace0326dcf90fbd