From 5ff4c809077ca4c6ea0ee57c875f7b9384069bed Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Sun, 22 Sep 2019 20:22:33 -0400 Subject: [PATCH] Recommit 3rdparty/imgui as a submodule --- .gitmodules | 3 +++ 3rdparty/imgui | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index efe0669..fa03b32 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "3rdparty/glad"] path = 3rdparty/glad url = https://github.com/Dav1dde/glad +[submodule "3rdparty/imgui"] + path = 3rdparty/imgui + url = https://github.com/ocornut/imgui.git diff --git a/3rdparty/imgui b/3rdparty/imgui index c077dd4..9769164 160000 --- a/3rdparty/imgui +++ b/3rdparty/imgui @@ -1 +1 @@ -Subproject commit c077dd4872f435dd959feb024e5a9adb2c7df20c +Subproject commit 97691643b7fb198831af32207b88d7e4889c6887