diff options
| author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-08 12:25:08 +0100 |
|---|---|---|
| committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-08 12:25:12 +0100 |
| commit | 5ccbf5d6e66f7ca0850d12fcf80e16efd1cd532f (patch) | |
| tree | 3512b9303095963c95a78881a79884c16e1871c3 /.gitmodules | |
| parent | bf177644dc5de58791eb80b11af9d6b4877b0a24 (diff) | |
fix sdl_ttf submodule
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 4 |
1 files changed, 4 insertions, 0 deletions
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 |