From 6871100b0c96cb8b2af4295f68b41f9ebd90b22e Mon Sep 17 00:00:00 2001 From: Gordon McCann Date: Tue, 22 Feb 2022 21:01:24 -0500 Subject: [PATCH] Fixed implot submodule --- .gitmodules | 4 ++++ Navigator/vendor/implot | 1 + 2 files changed, 5 insertions(+) create mode 160000 Navigator/vendor/implot diff --git a/.gitmodules b/.gitmodules index 80b80c1..13e237c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -17,3 +17,7 @@ [submodule "Navigator/vendor/IconFontCppHeaders"] path = Navigator/vendor/IconFontCppHeaders url = https://github.com/juliettef/IconFontCppHeaders.git +[submodule "Navigator/vendor/implot"] + path = Navigator/vendor/implot + url = https://github.com/gwm17/implot.git + branch = backends diff --git a/Navigator/vendor/implot b/Navigator/vendor/implot new file mode 160000 index 0000000..d34204b --- /dev/null +++ b/Navigator/vendor/implot @@ -0,0 +1 @@ +Subproject commit d34204b5a762dcef600440f8d7502633626cd217