diff --git a/build.gradle b/build.gradle index 61a1c38a43..d38d7669fa 100644 --- a/build.gradle +++ b/build.gradle @@ -502,14 +502,14 @@ dependencies { implementation 'com.miglayout:miglayout-swing:11.0' // libgdx - //implementation 'com.github.thelsing:libgdx-jogl-backend:1.12.0' + implementation 'com.github.thelsing:libgdx-jogl-backend:1.12.0' //maven local for development - implementation 'com.thelsing.gdx:gdx-backend-jogl:1.12.0' + //implementation 'com.thelsing.gdx:gdx-backend-jogl:1.12.0' implementation "com.badlogicgames.gdx:gdx:1.12.0" implementation "com.badlogicgames.gdx:gdx-platform:1.12.0:natives-desktop" - //implementation "space.earlygrey:shapedrawer:2.4.0" - implementation 'com.github.earlygrey:shapedrawer:extract-vertices-SNAPSHOT' + implementation "space.earlygrey:shapedrawer:2.4.0" + //implementation 'com.github.earlygrey:shapedrawer:extract-vertices-SNAPSHOT' implementation "com.badlogicgames.gdx:gdx-freetype:1.12.0" implementation "com.badlogicgames.gdx:gdx-freetype-platform:1.12.0:natives-desktop" implementation "com.badlogicgames.gdx-video:gdx-video:1.3.2-SNAPSHOT"