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