Rename unzip tool.
[SquirrelJME.git] / tools / pcf-to-sqf / build.gradle
blobbd8ca38d4255f3759cefb2e1a4638e4823547961
1 plugins
3         id "java"
4         id "application"
7 description = "This converts PCF font data into SQF fonts " +
8         "which are smaller, simpler, and faster to read than supporting PCF " +
9         "from within SquirrelJME."
10 mainClassName = "net.multiphasicapps.pcftosqf.Main"
12 dependencies
14         implementation project(":modules:cldc-compact")
15         implementation project(":modules:midp-lcdui")
16         implementation project(":modules:io")
17         implementation project(":modules:collections")