From f4560e02f703f1c6f857c8e5af63fa9fc4ca6438 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sun, 22 Sep 2024 19:31:03 +0200 Subject: update gitmodules --- .gitmodules | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index ba367bb..bb860c0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,11 +1,12 @@ [submodule "lib/googletest"] path = lib/googletest url = https://github.com/google/googletest - branch = v1.15.x shallow = true [submodule "lib/soloud/src"] path = lib/soloud/src url = https://github.com/jarikomppa/soloud + shallow = true [submodule "lib/sdl2"] path = lib/sdl2 url = https://github.com/libsdl-org/SDL + shallow = true -- cgit v1.2.3