Update SDL

This commit is contained in:
2025-01-01 22:24:44 +02:00
parent 16a5297809
commit a587be6cd6
81 changed files with 130 additions and 115 deletions

View File

@@ -88,9 +88,9 @@ namespace Flax.Deps.Dependencies
Path.Combine(root, "include", "SDL3"),
};
//CloneGitRepoFastSince(root, "https://github.com/Kontrabant/SDL", new DateTime(2024, 12, 29));
CloneGitRepo(root, "https://github.com/Kontrabant/SDL");
GitResetToCommit(root, "0777bff39efaa197ded98b1b64e3dd5b3845a011");
CloneGitRepoFastSince(root, "https://github.com/libsdl-org/SDL", new DateTime(2024, 12, 29));
//CloneGitRepo(root, "https://github.com/Kontrabant/SDL");
GitResetToCommit(root, "2b1d809b21575b0f87a7cf5f1d33704dfae8ada5");
foreach (var platform in options.Platforms)
{