We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ec5af commit 01625faCopy full SHA for 01625fa
desktop/build.gradle
@@ -28,8 +28,7 @@ dependencies {
28
compile "com.badlogicgames.gdx:gdx-backend-lwjgl3:$gdxVersion"
29
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
30
compile "com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion:natives-desktop"
31
- compile "com.badlogicgames.gdx:gdx-controllers-desktop:$gdxVersion"
32
- compile "com.badlogicgames.gdx:gdx-controllers-platform:$gdxVersion:natives-desktop"
+ compile "com.badlogicgames.gdx:gdx-controllers-lwjgl3:$gdxVersion"
33
34
compile group: 'org.terasology.crashreporter', name: 'cr-destsol', version: '4.0.0'
35
compile group: 'org.slf4j', name: 'slf4j-log4j12', version: '1.7.25'
0 commit comments