From 60d1e67fbeb5245280fa256a3e2ebf56e561fcfe Mon Sep 17 00:00:00 2001 From: GigabiteStudios Date: Thu, 18 Jun 2026 23:57:12 -0500 Subject: [PATCH] chore(submodules): point imgui and glfw at mirrors --- .gitmodules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index a596e3f..25206e5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,10 +3,10 @@ url = https://github.com/libgit2/libgit2.git [submodule "vendor/imgui"] path = vendor/imgui - url = https://github.com/ocornut/imgui.git + url = https://dock-it.dev/Idea-Studios/imgui [submodule "vendor/glfw"] path = vendor/glfw - url = https://github.com/glfw/glfw.git + url = https://dock-it.dev/Idea-Studios/glfw [submodule "vendor/iZo"] path = vendor/iZo url = https://dock-it.dev/Idea-Studios/iZo