From 9c63c76742e115082b39b1fe53167a27ca2f48f4 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 29 Aug 2022 01:45:53 +0600 Subject: friendship ended with gdx-gltf now fbx-conv is my friend --- build.gradle | 2 -- 1 file changed, 2 deletions(-) (limited to 'build.gradle') 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' } -- cgit v1.2.3