diff options
| author | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-02-27 20:00:05 -0800 |
|---|---|---|
| committer | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-02-27 20:00:05 -0800 |
| commit | 6e2fb9b12870a24f99071ea726d1c49ed57593ad (patch) | |
| tree | ffd77e884206ddd2f8312dce4ce3191524df0796 /core/build.gradle | |
| parent | c9c7e69714707262e8bdea25853bf33447a57951 (diff) | |
| download | dyl-6e2fb9b12870a24f99071ea726d1c49ed57593ad.tar.gz dyl-6e2fb9b12870a24f99071ea726d1c49ed57593ad.zip | |
Moving penguin
Diffstat (limited to 'core/build.gradle')
| -rw-r--r-- | core/build.gradle | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/core/build.gradle b/core/build.gradle index a27dcd6..a917182 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -2,13 +2,15 @@ eclipse.project.name = appName + '-core' dependencies { - api "com.badlogicgames.ashley:ashley:$ashleyVersion" api "com.badlogicgames.box2dlights:box2dlights:$box2dlightsVersion" - api "com.badlogicgames.gdx:gdx-ai:$aiVersion" api "com.badlogicgames.gdx:gdx-box2d:$gdxVersion" api "com.badlogicgames.gdx:gdx-freetype:$gdxVersion" api "com.badlogicgames.gdx:gdx:$gdxVersion" + implementation 'org.apache.logging.log4j:log4j-api:2.25.3' + implementation 'org.apache.logging.log4j:log4j-core:2.25.3' + implementation 'org.apache.logging.log4j:log4j-slf4j-impl:2.25.3' + if(enableGraalNative == 'true') { implementation "io.github.berstanio:gdx-svmhelper-annotations:$graalHelperVersion" } |
