GWT things

This commit is contained in:
Anuken
2017-04-30 03:21:22 -04:00
parent 923dac1b4e
commit 13ac9f2d8f
9 changed files with 39 additions and 20 deletions

View File

@@ -50,6 +50,7 @@ project(":html") {
compile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion"
compile "com.badlogicgames.gdx:gdx:$gdxVersion:sources"
compile "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources"
compile "com.badlogicgames.gdx:gdx-ai:1.8.0:sources"
}
}
@@ -60,6 +61,7 @@ project(":core") {
dependencies {
compile "com.badlogicgames.gdx:gdx:$gdxVersion"
compile "com.badlogicgames.gdx:gdx-ai:1.8.1"
compile fileTree(dir: '../core/lib', include: '*.jar')
}
}