summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.gradle2
1 files changed, 0 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 06142dd..df3c193 100644
--- a/build.gradle
+++ b/build.gradle
@@ -25,7 +25,6 @@ allprojects {
box2DLightsVersion = '1.5'
ashleyVersion = '1.7.4'
typingLabelVersion = '1.3.0'
- gltfVersion = '-SNAPSHOT'
aiVersion = '1.8.2'
gdxControllersVersion = '2.2.1'
}
@@ -77,7 +76,6 @@ project(":core") {
dependencies {
api "com.badlogicgames.gdx:gdx:$gdxVersion"
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'
}