v0.8.0: switched desktop module to use lwjgl3 backend

This commit is contained in:
Evan Debenham
2019-10-28 20:58:29 -04:00
parent 8fe1b5979b
commit 4f430015c3
2 changed files with 27 additions and 26 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ dependencies {
implementation project(':core')
implementation "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
implementation "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
implementation "com.badlogicgames.gdx:gdx-backend-lwjgl3:$gdxVersion"
implementation "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
implementation "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-desktop"
}