Get rid of devtools console error about gdx-controllers and enumerate known issues in README

This commit is contained in:
2026-02-14 18:29:21 +02:00
parent 424a514e0a
commit 0c4371b93e
2 changed files with 5 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ dependencies {
implementation "com.github.xpenatan.gdx-teavm:backend-web:$gdxTeaVMVersion"
implementation "com.github.xpenatan.gdx-teavm:gdx-freetype-teavm:$gdxTeaVMVersion"
implementation "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
implementation "com.github.xpenatan.gdx-teavm:gdx-controllers-teavm:$gdxTeaVMVersion"
implementation project(':core')
}