Update SDL to 3.2.0

This commit is contained in:
2024-10-07 21:53:20 +03:00
committed by Ari Vuollet
parent c3bae49aae
commit 8cadbae80e
90 changed files with 20294 additions and 5787 deletions

View File

@@ -185,6 +185,7 @@ namespace Flax.Deps
/// </summary>
/// <param name="path">The local path for close.</param>
/// <param name="url">The remote url.</param>
/// <param name="time">The time after history is included in the local repository.</param>
/// <param name="args">The custom arguments to add to the clone command.</param>
/// <param name="submodules">True if initialize submodules of the repository (recursive).</param>
public static void CloneGitRepoFastSince(string path, string url, DateTime time, string args = null, bool submodules = false)