From be235c67983d1376a50589cb47d116ced47b65cc Mon Sep 17 00:00:00 2001 From: Dmitrii Morozov Date: Sat, 4 Jan 2025 19:06:26 +0100 Subject: Star field and haze --- core/build.gradle | 1 + 1 file changed, 1 insertion(+) (limited to 'core/build.gradle') 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" } -- cgit v1.2.3