From d90cecc758d3c348f3aedf9c6e45a13ba6a0b0c3 Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Sun, 22 Sep 2024 16:09:14 +0200 Subject: --- .gitmodules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 8c7dbb0..b260b07 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,8 @@ [submodule "lib/SDL"] path = lib/SDL url = https://github.com/libsdl-org/SDL - branch = release-2.30.x + shallow = true +[submodule "lib/cpr"] + path = lib/cpr + url = https://github.com/libcpr/cpr shallow = true -- cgit v1.2.3