riiablo/tester/build.gradle

14 lines
448 B
Groovy
Raw Normal View History

apply plugin: 'java'
2019-01-12 16:04:56 +07:00
project.ext.visuiVersion = '1.4.0'
2019-01-12 16:04:56 +07:00
dependencies {
implementation project(':core')
implementation "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
implementation "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
implementation "com.badlogicgames.gdx:gdx-backend-headless:$gdxVersion"
2019-01-12 16:04:56 +07:00
implementation "commons-cli:commons-cli:$cliVersion"
implementation "com.kotcrab.vis:vis-ui:$visuiVersion"
2019-01-12 16:04:56 +07:00
}