From a1c2f9f2d75371bd917fe43962a885e0cc20d152 Mon Sep 17 00:00:00 2001 From: coderloff Date: Sat, 27 Apr 2024 03:15:51 +0400 Subject: [PATCH] chore: Change glfw and imgui from submodules to clonned repositories --- .gitmodules | 7 ------- thirdparty/glfw | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/.gitmodules b/.gitmodules index 84af1fe..e6f4f24 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,10 +1,3 @@ -[submodule "thirdparty/glfw"] - path = thirdparty/glfw - url = https://github.com/glfw/glfw [submodule "thirdparty/glm"] path = thirdparty/glm url = https://github.com/g-truc/glm -[submodule "thirdparty/imgui/imgui"] - path = thirdparty/imgui/imgui - url = https://github.com/ocornut/imgui - branch = docking diff --git a/thirdparty/glfw b/thirdparty/glfw index 9f442cf..b35641f 160000 --- a/thirdparty/glfw +++ b/thirdparty/glfw @@ -1 +1 @@ -Subproject commit 9f442cf345adba0fe260874c28e868eba06e0fa5 +Subproject commit b35641f4a3c62aa86a0b3c983d163bc0fe36026d