From 5ccbf5d6e66f7ca0850d12fcf80e16efd1cd532f Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Fri, 8 Nov 2024 12:25:08 +0100 Subject: fix sdl_ttf submodule --- .gitmodules | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 481519b..c8571bc 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,3 +14,7 @@ path = lib/sdl_image url = https://github.com/libsdl-org/SDL_image shallow = true +[submodule "lib/sdl_ttf"] + path = lib/sdl_ttf + url = https://github.com/libsdl-org/SDL_ttf.git + shallow = true -- cgit v1.2.3