2020-11-17 14:14:33 +07:00
|
|
|
apply plugin: 'java'
|
2019-01-12 16:04:56 +07:00
|
|
|
|
2020-11-17 14:14:33 +07:00
|
|
|
project.ext.visuiVersion = '1.4.0'
|
2019-01-12 16:04:56 +07:00
|
|
|
|
2020-11-17 14:14:33 +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
|
|
|
|
2020-11-17 14:14:33 +07:00
|
|
|
implementation "commons-cli:commons-cli:$cliVersion"
|
|
|
|
implementation "com.kotcrab.vis:vis-ui:$visuiVersion"
|
2019-01-12 16:04:56 +07:00
|
|
|
}
|