add typing label example

This commit is contained in:
Quillraven
2025-06-10 21:30:52 +02:00
parent 9baae0a410
commit b062f68ae4
7 changed files with 57 additions and 4 deletions

View File

@@ -12,6 +12,9 @@ dependencies {
api "com.github.raeleus.stripe:freetype:$stripeVersion"
// ten patch for better ProgressBar support (scene2d)
api "com.github.raeleus.TenPatch:tenpatch:$tenPatchVersion"
// typing label support
api "com.github.tommyettinger:textratypist:$textraTypistVersion"
api "com.github.tommyettinger:freetypist:$freeTypistVersion"
if(enableGraalNative == 'true') {
implementation "io.github.berstanio:gdx-svmhelper-annotations:$graalHelperVersion"