Dont build tint by default

This commit is contained in:
Wojtek Figat
2026-03-27 11:29:16 +01:00
parent 4d77ced41d
commit cc9e41fe44

View File

@@ -12,6 +12,9 @@ namespace Flax.Deps.Dependencies
/// <seealso cref="Flax.Deps.Dependency" />
class tint : Dependency
{
/// <inheritdoc />
public override bool BuildByDefault => false; // Too big to build without explicit need
/// <inheritdoc />
public override TargetPlatform[] Platforms
{