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 | |
| parent | bf177644dc5de58791eb80b11af9d6b4877b0a24 (diff) | |
fix sdl_ttf submodule
| -rw-r--r-- | .gitmodules | 4 | ||||
| m--------- | lib/sdl_ttf (renamed from lib/SDL_ttf) | 0 | 
2 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 diff --git a/lib/SDL_ttf b/lib/sdl_ttf -Subproject a3d0895c1b60c41ff9e85d9203ddd7485c014da +Subproject a3d0895c1b60c41ff9e85d9203ddd7485c014da |