Removed the Lemur dependency (again).

Again, we want this to be as accessible to users as possible, and not everyone uses Lemur in their game.
This commit is contained in:
Markil3
2020-12-18 09:51:25 -07:00
parent 7ac6b8dd68
commit e2a8d1304b
3 changed files with 233 additions and 175 deletions

View File

@@ -41,8 +41,6 @@ dependencies {
implementation "${jme3.g}:jme3-core:${jme3.version}"
implementation "${jme3.g}:jme3-desktop:${jme3.version}"
implementation "${jme3.g}:jme3-lwjgl3:${jme3.version}"
implementation "org.codehaus.groovy:groovy-all:2.4.5"
implementation "com.simsilica:lemur:1.14.0"
}
// Define the main class for the application