Dont build tint by default
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user