1 import cc.squirreljme.plugin.swm.JavaMEMidletType
3 description = "This contains an implementation of the J2ME "
4 "Mobile 3D Graphics API. In SquirrelJME it utilizes OpenGL ES to " +
5 "perform the rendering as required."
6 version = rootProject.version
10 javaDocErrorCode = "EK"
11 swmType = JavaMEMidletType.API
12 swmName = "Mobile 3D Graphics API"
13 swmVendor = "Stephanie Gawroriski"
20 api project(":modules:cldc-compact")
22 api project(":modules:opengles")