update msdfgen

This commit is contained in:
fibref
2026-02-16 11:04:22 +08:00
parent 974c55418b
commit d3bd377264
21 changed files with 339 additions and 129 deletions

View File

@@ -90,7 +90,7 @@ namespace Flax.Deps.Dependencies
var cmakeArgs = string.Join(" ", args);
// Get the source
CloneGitRepoSingleBranch(root, "https://github.com/Chlumsky/msdfgen.git", "master", "a4dafbac1c29021613fbc89768963f3a7e2105aa");
CloneGitRepoSingleBranch(root, "https://github.com/Chlumsky/msdfgen.git", "master", "1874bcf7d9624ccc85b4bc9a85d78116f690f35b");
foreach (var platform in options.Platforms)
{