2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-10-13 10:09:04 +00:00

chore: hide modman behind premake feature flag

This commit is contained in:
Jan Laupetin
2025-10-07 21:50:27 +01:00
parent 2639640ca3
commit 82b948bc5f
2 changed files with 12 additions and 2 deletions

View File

@@ -16,3 +16,7 @@ newoption {
trigger = "experimental-material-compilation",
description = "Activate experimental material compilation support"
}
newoption {
trigger = "modman",
description = "Activate experimental compilation of ModMan (OAT GUI)"
}