Revert StaticDisplayState; For hosted only allow debug to be used.
[SquirrelJME.git] / modules / m3g / build.gradle
blob4677008015bbf741f528661dddf9beffe4a6ba2d
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
8 squirreljme
10         javaDocErrorCode = "EK"
11         swmType = JavaMEMidletType.API
12         swmName = "Mobile 3D Graphics API"
13         swmVendor = "Stephanie Gawroriski"
14         tags += "3d"
15         tags += "graphics"
18 dependencies
20         api project(":modules:cldc-compact")
22         api project(":modules:opengles")