Add TOML font loading support and refactor font handling
This commit is contained in:
@@ -34,6 +34,9 @@ dependencies {
|
||||
testImplementation("io.avaje:avaje-inject-test:${avajeInjectVersion}")
|
||||
testAnnotationProcessor("io.avaje:avaje-inject-generator:${avajeInjectVersion}")
|
||||
|
||||
// Parsing TOML files
|
||||
implementation("tools.jackson.dataformat:jackson-dataformat-toml:3.0.2")
|
||||
|
||||
// LibGDX
|
||||
api("com.badlogicgames.gdx:gdx:$gdxVersion")
|
||||
api("com.badlogicgames.gdx:gdx-backend-lwjgl3:$gdxVersion")
|
||||
|
||||
Reference in New Issue
Block a user