1
0
mirror of https://github.com/Klagarge/PokeHES.git synced 2024-11-23 01:43:28 +00:00

initial commit

This commit is contained in:
Rémi Heredero 2022-05-23 20:13:41 +02:00
parent a49a8433d0
commit 6c551fc008

View File

@ -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 {