v3.1.1: fixes to improve experience on modern iOS versions:

- fixed URLs not opening on modern iOS versions
- fixed haptics not working on modern iOS versions
- switched to metalangle backend, which 'should' allow for 120fps
These all require some user testing!
This commit is contained in:
Evan Debenham
2025-06-11 14:24:49 -04:00
parent 52389cd778
commit 9fb18b3b45
3 changed files with 21 additions and 5 deletions

View File

@@ -46,7 +46,7 @@ dependencies {
implementation "com.badlogicgames.gdx:gdx-freetype:$gdxVersion"
implementation "com.mobidevelop.robovm:robovm-rt:$robovmVersion"
implementation "com.mobidevelop.robovm:robovm-cocoatouch:$robovmVersion"
implementation "com.badlogicgames.gdx:gdx-backend-robovm:$gdxVersion"
implementation "com.badlogicgames.gdx:gdx-backend-robovm-metalangle:$gdxVersion"
implementation "com.badlogicgames.gdx:gdx-platform:$gdxVersion:natives-ios"
implementation "com.badlogicgames.gdx:gdx-freetype-platform:$gdxVersion:natives-ios"
implementation "com.badlogicgames.gdx-controllers:gdx-controllers-ios:$gdxControllersVersion"