File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
buildSrc/src/main/kotlin/ktx Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ _See also: [the official libGDX changelog](https://github.com/libgdx/libgdx/blob
55- ** [ UPDATE] ** Updated to libGDX 1.13.1.
66- ** [ UPDATE] ** Updated to Kotlin 2.1.10.
77- ** [ UPDATE] ** Updated to Kotlin Coroutines 1.10.1.
8+ - ** [ UPDATE] ** Updated to VisUI 1.5.5.
9+ - ** [ UPDATE] ** Updated to Dokka 2.0.0.
810- ** [ CHANGE] ** (` ktx-app ` ) ` KtxGame ` now calls ` resize ` _ after_ ` show ` when ` create ` or ` setScreen ` are called.
911 This behavior now matches the official ` Game ` implementation.
1012
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const val kotlinCoroutinesVersion = "1.10.1"
66const val artemisOdbVersion = " 2.3.0"
77const val ashleyVersion = " 1.7.4"
88const val gdxAiVersion = " 1.8.2"
9- const val visUiVersion = " 1.5.3 "
9+ const val visUiVersion = " 1.5.5 "
1010
1111const val spekVersion = " 1.1.5"
1212const val kotlinTestVersion = " 2.0.7"
Original file line number Diff line number Diff line change 1- [ ![ VisUI] ( https://img.shields.io/badge/vis--ui-1.5.3 -blue.svg )] ( https://github.com/kotcrab/vis-ui )
1+ [ ![ VisUI] ( https://img.shields.io/badge/vis--ui-1.5.5 -blue.svg )] ( https://github.com/kotcrab/vis-ui )
22[ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.libktx/ktx-vis.svg )] ( https://search.maven.org/artifact/io.github.libktx/ktx-vis )
33
44# KTX: VisUI type-safe builders
You can’t perform that action at this time.
0 commit comments