diff options
author | Dmitrii Morozov <snoopdesigns@gmail.com> | 2025-01-04 19:06:26 +0100 |
---|---|---|
committer | Dmitrii Morozov <snoopdesigns@gmail.com> | 2025-01-04 19:06:26 +0100 |
commit | be235c67983d1376a50589cb47d116ced47b65cc (patch) | |
tree | ac6322aa8965b68484a1db70371b4188f6239497 /core/build.gradle | |
parent | 6941e695e24ced7076449d27a05a1b7924c08d03 (diff) |
Star field and haze
Diffstat (limited to 'core/build.gradle')
-rw-r--r-- | core/build.gradle | 1 |
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" } |