From 904e9e436c3a33ede0c98ef93bfbf96034470983 Mon Sep 17 00:00:00 2001 From: macmacmac Date: Thu, 3 Jul 2025 01:08:48 -0400 Subject: [PATCH] Added SDL2 2.32.8 submodule --- .gitmodules | 3 +++ thirdparty/SDL | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 thirdparty/SDL diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..655ed36 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "thirdparty/SDL"] + path = thirdparty/SDL + url = https://github.com/libsdl-org/SDL.git diff --git a/thirdparty/SDL b/thirdparty/SDL new file mode 160000 index 0000000..98d1f3a --- /dev/null +++ b/thirdparty/SDL @@ -0,0 +1 @@ +Subproject commit 98d1f3a45aae568ccd6ed5fec179330f47d4d356