mirror of
https://github.com/Klagarge/PokeHES.git
synced 2024-11-23 09:53:28 +00:00
initial commit
This commit is contained in:
parent
a49a8433d0
commit
6c551fc008
@ -22,6 +22,12 @@ dependencies {
|
|||||||
|
|
||||||
// This dependency is used by the application.
|
// This dependency is used by the application.
|
||||||
implementation 'com.google.guava:guava:30.1.1-jre'
|
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 {
|
application {
|
||||||
|
Loading…
Reference in New Issue
Block a user