Update SDL to 3.1.3 preview

This commit is contained in:
2024-10-07 21:53:20 +03:00
parent 25b6605027
commit 56e6e53d0c
72 changed files with 9446 additions and 3207 deletions

View File

@@ -73,7 +73,7 @@ namespace Flax.Deps.Dependencies
"-DSDL_SNDIO=OFF",
"-DSDL_PULSEAUDIO=OFF",
"-DSDL_ALSA=OFF",
"-DSDL_WASAPI=OFF",
"-DSDL_GPU=OFF",
};
var filesToKeep = new[]
{
@@ -88,8 +88,8 @@ namespace Flax.Deps.Dependencies
Path.Combine(root, "include", "SDL3"),
};
CloneGitRepoFastSince(root, "https://github.com/libsdl-org/SDL.git", new DateTime(2024, 8, 5));
GitResetToCommit(root, "627cb8acd09e6cbf8362d808634a26f37382c73d");
CloneGitRepoFastSince(root, "https://github.com/libsdl-org/SDL.git", new DateTime(2024, 10, 1));
GitResetToCommit(root, "e292d1f5ace469f718d7b6b4dec8c28e37dcaa0e");
foreach (var platform in options.Platforms)
{