diff --git a/.gitmodules b/.gitmodules index f3158ce..c35c538 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,11 @@ [submodule "third_party/SDL3"] path = third_party/SDL3 url = https://github.com/libsdl-org/SDL.git + +[submodule "third_party/SDL3_ttf"] + path = third_party/SDL3_ttf + url = https://github.com/libsdl-org/SDL_ttf.git + +[submodule "third_party/freetype"] + path = third_party/freetype + url = https://gitlab.freedesktop.org/freetype/freetype.git diff --git a/third_party/freetype b/third_party/freetype new file mode 160000 index 0000000..526ec5c --- /dev/null +++ b/third_party/freetype @@ -0,0 +1 @@ +Subproject commit 526ec5c47b9ebccc4754c85ac0c0cdf7c85a5e9b