switch to libgdx-jglfw desktop backend

This commit is contained in:
Hannes Janetzek
2014-07-18 17:36:36 +02:00
parent 3c281e8824
commit 243af371be
3 changed files with 17 additions and 905 deletions

View File

@@ -28,7 +28,8 @@ sourceSets {
dependencies {
compile project(':vtm-gdx')
compile project(':vtm-themes')
compile "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
//compile "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-backend-jglfw:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
compile 'org.slf4j:slf4j-simple:1.7.5'
compile files('../vtm-ext-libs/gdx/vtm-jni-natives.jar')