summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorilotterytea <iltsu@alright.party>2025-01-21 20:34:02 +0500
committerilotterytea <iltsu@alright.party>2025-01-21 20:34:02 +0500
commite4997681a2d08adc9b9055b0b2a1dc52d54edd47 (patch)
treef27c80fde0ef754027c08e98a3093f0711624262 /html
parent46217bf572a73c5cf7119f58f894352ee50cb403 (diff)
upd: gdx-websocket dependencies (special fork which supports gwt)
Diffstat (limited to 'html')
-rw-r--r--html/build.gradle7
1 files changed, 4 insertions, 3 deletions
diff --git a/html/build.gradle b/html/build.gradle
index 89d07bd..aae6549 100644
--- a/html/build.gradle
+++ b/html/build.gradle
@@ -36,9 +36,10 @@ dependencies {
implementation "com.badlogicgames.gdx:gdx-backend-gwt:$gdxVersion:sources"
implementation "com.badlogicgames.gdx:gdx:$gdxVersion:sources"
implementation "com.github.mgsx-dev.gdx-gltf:gltf:$gdxGltfVersion:sources"
- implementation "com.github.MrStahlfelge.gdx-websockets:core:$gdxWsVersion:sources"
- implementation "com.github.MrStahlfelge.gdx-websockets:html:$gdxWsVersion"
- implementation "com.github.MrStahlfelge.gdx-websockets:html:$gdxWsVersion:sources"
+ implementation "com.crashinvaders.lml:gdx-websocket:$gdxWsVersion:sources"
+ implementation "com.crashinvaders.lml:gdx-websocket-serialization:$gdxWsVersion:sources"
+ implementation "com.crashinvaders.lml:gdx-websocket-gwt:$gdxWsVersion"
+ implementation "com.crashinvaders.lml:gdx-websocket-gwt:$gdxWsVersion:sources"
implementation project(':core')
}