Update SDL to 3.3.4

This commit is contained in:
2025-12-15 19:32:47 +02:00
parent 3e91ba3fb2
commit 31945a53a2
48 changed files with 3222 additions and 445 deletions

View File

@@ -51,6 +51,7 @@ namespace Flax.Deps.Dependencies
bool buildStatic = true;
var configs = new string[]
{
"-DSDL_TESTS=OFF",
"-DSDL_TEST_LIBRARY=OFF",
"-DSDL_CAMERA=OFF",
"-DSDL_DIALOG=OFF",
@@ -90,7 +91,7 @@ namespace Flax.Deps.Dependencies
CloneGitRepo(root, "https://github.com/libsdl-org/SDL");
GitFetch(root);
GitResetToCommit(root, "a8589a84226a6202831a3d49ff4edda4acab9acd"); // 3.2.24
GitResetToCommit(root, "f173fd28f04cb64ae054d6a97edb5d33925f539b"); // 3.3.4 preview
foreach (var platform in options.Platforms)
{