mirror of
https://github.com/collinsmith/riiablo.git
synced 2025-03-13 19:39:14 +07:00

Moved gdx-backend-lwjgl dependency from impl to testImpl in :core Created backend tool libraries for headless, lwjgl, lwjgl3
4 lines
186 B
Groovy
4 lines
186 B
Groovy
dependencies { implementation project(':tools:backends:backend-lwjgl') }
|
|
description = 'Configures font metrics for D2 font files.'
|
|
application.mainClass = 'com.riiablo.FontMetricsTool'
|