adds font

This commit is contained in:
Rosia E Evans 2024-04-21 15:52:11 +01:00
parent 97639fca47
commit 605d81d35e
3 changed files with 13 additions and 4 deletions

View file

@ -47,7 +47,8 @@ project(":desktop") {
implementation project(":core")
api "com.badlogicgames.gdx:gdx-backend-lwjgl3:$gdxVersion"
api "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-desktop"
api "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-desktop"
}
}
@ -57,6 +58,7 @@ project(":core") {
dependencies {
api "com.badlogicgames.gdx:gdx:$gdxVersion"
api "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
}
}