diff --git a/app/build.gradle b/app/build.gradle index 669183b..88068ed 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -22,6 +22,12 @@ dependencies { // This dependency is used by the application. implementation 'com.google.guava:guava:30.1.1-jre' + + implementation 'ch.hevs.gdx2d:gdx2d-desktop:1.2.1' + implementation 'com.badlogicgames.gdx:gdx-backend-lwjgl:1.5.6' + implementation 'com.badlogicgames.gdx:gdx-platform:1.5.6' + implementation 'com.badlogicgames.gdx:gdx-box2d-platform:1.5.6' + implementation 'com.badlogicgames.gdx:gdx-freetype-platform:1.5.6' } application {