summaryrefslogtreecommitdiff
path: root/core/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'core/build.gradle')
-rw-r--r--core/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/build.gradle b/core/build.gradle
index 4f3bae1..1c2188b 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -3,4 +3,5 @@ eclipse.project.name = appName + '-core'
dependencies {
api "com.badlogicgames.gdx:gdx:$gdxVersion"
+ api "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
}