Skip to content

KTX 1.11.0-rc1

Compare
Choose a tag to compare
@czyzby czyzby released this 22 May 07:45
· 65 commits to master since this release

The first stable release to support libGDX 1.11.0.


  • [UPDATE] Updated to libGDX 1.11.0.
  • [MISC] Gradle dependencies changed from compile-only to API scope.
  • [FEATURE] (ktx-app) Added gdxError utility that throws a GdxRuntimeException.
  • [FIX] (ktx-assets-async) Fixed a niche bug with AsyncAssetManager which could lead to missed custom user callbacks after attempting to load the same asset concurrently with loadAsync.