LWJGL desktop libGDX backend, closes #129

This commit is contained in:
Emux
2016-08-14 13:23:41 +03:00
parent 0d64dfedd4
commit ba913eb484
7 changed files with 868 additions and 777 deletions

View File

@@ -8,7 +8,7 @@ dependencies {
compile files(dir.path)
}
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
compile "com.badlogicgames.gdx:gdx-backend-jglfw:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
compile 'com.kitfox.svg:svg-salamander:1.0'
}