Add TOML font loading support and refactor font handling

This commit is contained in:
2025-12-19 12:41:11 +01:00
parent 20f9a2107d
commit 1ef39458ce
15 changed files with 390 additions and 219 deletions

View File

@@ -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")