summaryrefslogtreecommitdiff
path: root/html/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'html/build.gradle')
-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')
}