Update SDL to 3.1.3 preview
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user