summaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2024-10-19 16:54:37 +0500
committerilotterytea <iltsu@alright.party>2024-10-19 16:54:37 +0500
commit3ad154dee870dc38baeeec17094d9aa77c4639ac (patch)
tree4202c47c198a0b7b22b5bbe95c3a134f70e7e2e0 /build.gradle
parent1251b9d2f18f04a55a702cb96f10a0aeccbda6f7 (diff)
fix: GDX dialogs dont work well on macos, so i replaced it with my implementation of it
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle3
1 files changed, 0 insertions, 3 deletions
diff --git a/build.gradle b/build.gradle
index d1f997e..c6c5f92 100644
--- a/build.gradle
+++ b/build.gradle
@@ -66,7 +66,6 @@ project(":desktop") {
api "com.badlogicgames.gdx-controllers:gdx-controllers-desktop:$gdxControllersVersion"
api "com.badlogicgames.gdx:gdx-box2d-platform:$gdxVersion:natives-desktop"
api "de.golfgl.gdxgamesvcs:gdx-gamesvcs-core-gamejolt:1.1.0"
- api "de.tomgrill.gdxdialogs:gdx-dialogs-desktop:1.3.0"
}
}
@@ -85,7 +84,6 @@ project(":android") {
natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-x86"
natives "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-x86_64"
api "org.jetbrains.kotlin:kotlin-stdlib:$kotlinVersion"
- implementation "de.tomgrill.gdxdialogs:gdx-dialogs-android:1.3.0"
}
}
@@ -101,7 +99,6 @@ project(":core") {
api "com.badlogicgames.gdx:gdx-ai:$aiVersion"
api "com.badlogicgames.ashley:ashley:$ashleyVersion"
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'