From 332ac2907bb0bf4371dfe4108578b4590cdbcb0c Mon Sep 17 00:00:00 2001 From: zhenyan121 <3367366583@qq.com> Date: Sun, 7 Dec 2025 14:34:05 +0800 Subject: [PATCH] add freetype as submodule locked to VER-2-14-1 --- .gitmodules | 8 ++++++++ third_party/freetype | 1 + 2 files changed, 9 insertions(+) create mode 160000 third_party/freetype 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