summaryrefslogtreecommitdiff
path: root/core/build.gradle
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-01-21 03:17:15 +0500
committerilotterytea <iltsu@alright.party>2025-01-21 03:17:15 +0500
commit1ecd8d1d527b6b66b4746e44023b6ab3cb2ca4cc (patch)
tree44a766670059ef3beb1da048844fc7693418bcf8 /core/build.gradle
parent4e524d08c5b427cabc1a6e452347c09c963eb86c (diff)
feat: using other serializer and gdx-websocket (because the old one doesn't support gwt)
Diffstat (limited to 'core/build.gradle')
-rw-r--r--core/build.gradle3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/build.gradle b/core/build.gradle
index eac5714..a731b5d 100644
--- a/core/build.gradle
+++ b/core/build.gradle
@@ -2,9 +2,8 @@
eclipse.project.name = appName + '-core'
dependencies {
- api "com.badlogicgames.gdx:gdx:$gdxVersion"
api "com.github.mgsx-dev.gdx-gltf:gltf:$gdxGltfVersion"
- api "org.java-websocket:Java-WebSocket:$javaWebsocketVersion"
+ api "com.github.MrStahlfelge.gdx-websockets:core:$gdxWsVersion"
api "ch.qos.logback:logback-classic:$logbackVersion"
api project(':shared')