Update stb lib

This commit is contained in:
Wojtek Figat
2021-02-28 19:13:05 +01:00
parent 1be5815df3
commit 90e385c3c3
4 changed files with 487 additions and 213 deletions

View File

@@ -14,7 +14,7 @@ public class stb : HeaderOnlyModule
base.Init();
LicenseType = LicenseTypes.MIT;
LicenseFilePath = "LICENSE.txt";
LicenseFilePath = "LICENSE";
// Merge third-party modules into engine binary
BinaryModuleName = "FlaxEngine";