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

@@ -7,7 +7,7 @@ using Flax.Build.NativeCpp;
/// <summary>
/// https://github.com/NVIDIA/nvapi
/// </summary>
public class nvapi : DepsModule
public class nvapi : EngineDepsModule
{
public static bool Use(BuildOptions options)
{
@@ -21,9 +21,6 @@ public class nvapi : DepsModule
LicenseType = LicenseTypes.MIT;
LicenseFilePath = "License.txt";
// Merge third-party modules into engine binary
BinaryModuleName = "FlaxEngine";
}
/// <inheritdoc />