Add msdfgen build for iOS and Mac

This commit is contained in:
Wojtek Figat
2026-03-13 00:12:07 +01:00
parent 3d201ec73f
commit b41d25cbce
5 changed files with 11 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ namespace Flax.Deps.Dependencies
return new[]
{
TargetPlatform.Mac,
TargetPlatform.iOS,
};
default: return new TargetPlatform[0];
}