From 8e68f32dd29fd2d74fab7e28ecc7ea9d317d460a Mon Sep 17 00:00:00 2001 From: hydrogendeuteride Date: Thu, 18 Dec 2025 01:10:00 +0900 Subject: [PATCH] Track SDL submodule branch release-2.32.x --- .gitmodules | 4 ++++ third_party/SDL | 1 + 2 files changed, 5 insertions(+) create mode 160000 third_party/SDL diff --git a/.gitmodules b/.gitmodules index 6e41ae2..02b88c3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,7 @@ [submodule "third_party/taskflow"] path = third_party/taskflow url = https://github.com/taskflow/taskflow.git +[submodule "third_party/SDL"] + path = third_party/SDL + url = https://github.com/libsdl-org/SDL.git + branch = release-2.32.x diff --git a/third_party/SDL b/third_party/SDL new file mode 160000 index 0000000..63636c8 --- /dev/null +++ b/third_party/SDL @@ -0,0 +1 @@ +Subproject commit 63636c84032ba41f5e3d4d5bdf5789bc8ee896f7