Update SDL3 to 3.2.6

This commit is contained in:
2025-03-07 16:45:28 +02:00
parent ed8001ff8b
commit b0ae2b4cd2
16 changed files with 160 additions and 45 deletions

View File

@@ -90,7 +90,7 @@ namespace Flax.Deps.Dependencies
CloneGitRepo(root, "https://github.com/libsdl-org/SDL");
GitFetch(root);
GitResetToCommit(root, "b5c3eab6b447111d3c7879bb547b80fb4abd9063"); // 3.2.4
GitResetToCommit(root, "65864190cc8393103fd218fd17e2dfdf92e0532d"); // 3.2.6
foreach (var platform in options.Platforms)
{