From 77adfc55d49d73cb01d01e67110ff828e05fb81f Mon Sep 17 00:00:00 2001 From: zhenyan121 <3367366583@qq.com> Date: Sun, 7 Dec 2025 15:26:42 +0800 Subject: [PATCH] remove submodule --- .gitmodules | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index c35c538..0000000 --- a/.gitmodules +++ /dev/null @@ -1,11 +0,0 @@ -[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