Added font icon generate+merge pipeline

This commit is contained in:
Anuken
2020-01-16 17:05:20 -05:00
parent 0299263511
commit ce18e32826
14 changed files with 205 additions and 26 deletions

View File

@@ -299,6 +299,7 @@ project(":tools"){
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
compile "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-desktop"
compile "org.reflections:reflections:0.9.11"
compile "org.apache.pdfbox:fontbox:2.0.0"
compile arcModule("backends:backend-sdl")
}