diff options
| author | ilotterytea <iltsu@alright.party> | 2024-04-27 22:11:40 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-04-27 22:11:40 +0500 |
| commit | a07dfae8d30047ddb2c2aca14fddbeecfe02eb4d (patch) | |
| tree | cafc3e5b46b9be981bfda05b73b9df323e82f4c3 /build.gradle | |
| parent | e9deb6ea4ea61aa7aaab5102ee5efa81b2d55541 (diff) | |
feat: added gdx-gltf dependency
Diffstat (limited to 'build.gradle')
| -rw-r--r-- | build.gradle | 2 |
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" |
