Fixed ScriptMainGenerator class lookup

This commit is contained in:
Anuken
2024-10-06 21:06:58 -04:00
parent ddc8f85396
commit 785a081788
4 changed files with 36 additions and 4 deletions

View File

@@ -410,6 +410,9 @@ project(":tools"){
implementation arcModule("natives:natives-desktop")
implementation arcModule("natives:natives-freetype-desktop")
implementation arcModule("backends:backend-headless")
implementation("com.google.guava:guava:33.3.1-jre")
annotationProcessor 'com.github.Anuken:jabel:0.9.0'
}
}