summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index 9be4df5..a7fc45e 100644
--- a/build.gradle
+++ b/build.gradle
@@ -28,6 +28,7 @@ allprojects {
aiVersion = '1.8.2'
gdxControllersVersion = '2.2.1'
kotlinVersion = '1.7.21'
+ gltfVersion = '-SNAPSHOT'
}
repositories {
@@ -72,6 +73,7 @@ project(":core") {
api "de.golfgl.gdxgamesvcs:gdx-gamesvcs-core:1.1.0"
api "de.tomgrill.gdxdialogs:gdx-dialogs-core:1.3.0"
api "com.rafaskoberg.gdx:typing-label:$typingLabelVersion"
+ api "com.github.mgsx-dev.gdx-gltf:gltf:$gltfVersion"
implementation 'com.google.code.gson:gson:2.9.1'
implementation 'ch.qos.logback:logback-classic:1.2.10'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"