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"
14 implementation project(":modules:cldc-compact")
15 implementation project(":modules:midp-lcdui")
16 implementation project(":modules:io")
17 implementation project(":modules:collections")