Cleanup dependency modules code a bit

This commit is contained in:
Wojtek Figat
2026-03-06 12:20:16 +01:00
parent 0fa3472f24
commit 6fcc963cf6
37 changed files with 50 additions and 99 deletions

View File

@@ -6,7 +6,7 @@ using Flax.Build.NativeCpp;
/// <summary>
/// https://github.com/ARM-software/astc-encoder
/// </summary>
public class astc : DepsModule
public class astc : EngineDepsModule
{
/// <summary>
/// Returns true if can use astc lib for a given build setup.
@@ -31,9 +31,6 @@ public class astc : DepsModule
LicenseType = LicenseTypes.Apache2;
LicenseFilePath = "LICENSE.txt";
// Merge third-party modules into engine binary
BinaryModuleName = "FlaxEngine";
}
/// <inheritdoc />