riiablo/tools/map-debugger/build.gradle
Collin Smith 0cf617b55a Moved tools into backend dependencies and old tools into tools:old
Moved gdx-backend-lwjgl dependency from impl to testImpl in :core
Created backend tool libraries for headless, lwjgl, lwjgl3
2021-11-27 23:42:18 -08:00

4 lines
162 B
Groovy

dependencies { implementation project(':tools:backends:backend-lwjgl') }
description = 'Debugs map generation.'
application.mainClass = 'com.riiablo.MapDebugger'