From 6c551fc008e47d3025099876f6e3b9b0fb5fe0a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Heredero?= Date: Mon, 23 May 2022 20:13:41 +0200 Subject: [PATCH] initial commit --- app/build.gradle | 6 ++++++ 1 file changed, 6 insertions(+) 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 {