diff --git a/.gitmodules b/.gitmodules index 382abb5..3937efd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,9 +1,6 @@ [submodule "Navigator/vendor/spdlog"] path = Navigator/vendor/spdlog url = https://github.com/gabime/spdlog.git -[submodule "Navigator/vendor/glfw"] - path = Navigator/vendor/glfw - url = https://github.com/gwm17/glfw.git [submodule "Navigator/vendor/implot"] path = Navigator/vendor/implot url = https://github.com/gwm17/implot.git @@ -11,3 +8,6 @@ path = Navigator/vendor/imgui url = https://github.com/gwm17/imgui.git branch = docking +[submodule "Navigator/vendor/glfw"] + path = Navigator/vendor/glfw + url = https://github.com/gwm17/glfw.git diff --git a/Navigator/vendor/glfw b/Navigator/vendor/glfw index 11ce437..31b0208 160000 --- a/Navigator/vendor/glfw +++ b/Navigator/vendor/glfw @@ -1 +1 @@ -Subproject commit 11ce43798b06b5940bc5c93e766554db78a6d7a0 +Subproject commit 31b0208bba4bac3266fcf0f95f72b50d335068c3 diff --git a/Navigator/vendor/imgui b/Navigator/vendor/imgui index 3ddac4d..8eaa84e 160000 --- a/Navigator/vendor/imgui +++ b/Navigator/vendor/imgui @@ -1 +1 @@ -Subproject commit 3ddac4d367b1862687cc6bf5bccc69db07196a9c +Subproject commit 8eaa84ebdd711dbe497430cf251e57391b1ff8b5