Update SDL to 3.4.0

This commit is contained in:
2026-01-06 03:02:58 +02:00
parent 67b33a575a
commit feceb4e00f
15 changed files with 196 additions and 124 deletions

View File

@@ -91,7 +91,7 @@ namespace Flax.Deps.Dependencies
CloneGitRepo(root, "https://github.com/libsdl-org/SDL");
GitFetch(root);
GitResetToCommit(root, "f173fd28f04cb64ae054d6a97edb5d33925f539b"); // 3.3.4 preview
GitResetToCommit(root, "a962f40bbba175e9716557a25d5d7965f134a3d3"); // 3.4.0
foreach (var platform in options.Platforms)
{