From 8fa794e269d746cfe07e3c154184d56ccba2e5d6 Mon Sep 17 00:00:00 2001 From: Nicholas Sharp Date: Sat, 5 Sep 2026 18:30:20 -0700 Subject: [PATCH] use shallow submodules --- .gitmodules | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 442ccb09..44b78a33 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,20 +1,26 @@ [submodule "deps/glfw"] path = deps/glfw - url = https://github.com/glfw/glfw.git + url = https://github.com/glfw/glfw.git branch = master + shallow = true [submodule "deps/imgui/imgui"] path = deps/imgui/imgui url = https://github.com/ocornut/imgui.git branch = master + shallow = true [submodule "deps/happly"] path = deps/happly url = https://github.com/nmwsharp/happly.git + shallow = true [submodule "deps/glm"] path = deps/glm url = https://github.com/g-truc/glm.git + shallow = true [submodule "deps/imgui/implot"] path = deps/imgui/implot url = https://github.com/epezent/implot + shallow = true [submodule "deps/imgui/ImGuizmo"] path = deps/imgui/ImGuizmo url = https://github.com/nmwsharp/ImGuizmo.git + shallow = true