Update SDL to 3.2.20

This commit is contained in:
2025-08-12 15:39:19 +03:00
parent 427e76e76e
commit 68da28ffe8
33 changed files with 185 additions and 1333 deletions

View File

@@ -90,7 +90,7 @@ namespace Flax.Deps.Dependencies
CloneGitRepo(root, "https://github.com/libsdl-org/SDL");
GitFetch(root);
GitResetToCommit(root, "0e262dfd441f93d158b6a951db49efdc00bb3bba"); // 3.3.x
GitResetToCommit(root, "96292a5b464258a2b926e0a3d72f8b98c2a81aa6"); // 3.2.20
foreach (var platform in options.Platforms)
{