mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-07-04 15:27:30 +07:00
Created tools module
Created tools module Ported Tester404 font metrics tool
This commit is contained in:
20
build.gradle
20
build.gradle
@ -61,6 +61,26 @@ project(":tester") {
|
||||
}
|
||||
}
|
||||
|
||||
project(":tools") {
|
||||
apply plugin: "java"
|
||||
|
||||
ext {
|
||||
visuiVersion = '1.4.0'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile project(":core")
|
||||
compile "com.badlogicgames.gdx:gdx-backend-lwjgl:$gdxVersion"
|
||||
compile "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
|
||||
|
||||
}
|
||||
|
||||
dependencies {
|
||||
compile group: 'commons-cli', name: 'commons-cli', version: cliVersion
|
||||
compile "com.kotcrab.vis:vis-ui:$visuiVersion"
|
||||
}
|
||||
}
|
||||
|
||||
project(":mapbuilder") {
|
||||
apply plugin: "java"
|
||||
|
||||
|
Reference in New Issue
Block a user