summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2022-08-29 01:45:53 +0600
committerilotterytea <iltsu@alright.party>2022-08-29 01:45:53 +0600
commit9c63c76742e115082b39b1fe53167a27ca2f48f4 (patch)
tree429b28a047bdbd6fb981d759e5c37261a203f1bf /build.gradle
parent80565ee5be1c3824b869bb196381a5285df7da2b (diff)
friendship ended with gdx-gltf now fbx-conv is my friend
Diffstat (limited to 'build.gradle')
-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'
}