|
| 1 | +[versions] |
| 2 | +kotlin = "1.9.22" |
| 3 | +kotlinxCoroutines = "1.6.4" |
| 4 | +gdx = "1.12.1" |
| 5 | +gdxControllers = "2.2.3" |
| 6 | +ktx = "1.12.1-rc1" |
| 7 | +commonsCsv = "1.9.0" |
| 8 | +junit = "4.12" |
| 9 | +logback = "1.4.14" |
| 10 | +badassRuntime = "1.13.0" |
| 11 | +graalvmNative = "0.9.28" |
| 12 | +graalHelper = "2.0.1" |
| 13 | + |
| 14 | +[libraries] |
| 15 | +kotlin-stdlib = { group = "org.jetbrains.kotlin", name = "kotlin-stdlib", version.ref = "kotlin" } |
| 16 | +kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version.ref = "kotlinxCoroutines" } |
| 17 | +gdx = { group = "com.badlogicgames.gdx", name = "gdx", version.ref = "gdx" } |
| 18 | +gdx-freetype = { group = "com.badlogicgames.gdx", name = "gdx-freetype", version.ref = "gdx" } |
| 19 | +gdx-backend-lwjgl3 = { group = "com.badlogicgames.gdx", name = "gdx-backend-lwjgl3", version.ref = "gdx" } |
| 20 | +gdx-platform = { group = "com.badlogicgames.gdx", name = "gdx-platform", version.ref = "gdx" } |
| 21 | +gdx-freetype-platform = { group = "com.badlogicgames.gdx", name = "gdx-freetype-platform", version.ref = "gdx" } |
| 22 | +gdx-controllers-core = { group = "com.badlogicgames.gdx-controllers", name = "gdx-controllers-core", version.ref = "gdxControllers" } |
| 23 | +gdx-controllers-desktop = { group = "com.badlogicgames.gdx-controllers", name = "gdx-controllers-desktop", version.ref = "gdxControllers" } |
| 24 | +ktx-actors = { group = "io.github.libktx", name = "ktx-actors", version.ref = "ktx" } |
| 25 | +ktx-app = { group = "io.github.libktx", name = "ktx-app", version.ref = "ktx" } |
| 26 | +ktx-assets-async = { group = "io.github.libktx", name = "ktx-assets-async", version.ref = "ktx" } |
| 27 | +ktx-assets = { group = "io.github.libktx", name = "ktx-assets", version.ref = "ktx" } |
| 28 | +ktx-async = { group = "io.github.libktx", name = "ktx-async", version.ref = "ktx" } |
| 29 | +ktx-collections = { group = "io.github.libktx", name = "ktx-collections", version.ref = "ktx" } |
| 30 | +ktx-freetype-async = { group = "io.github.libktx", name = "ktx-freetype-async", version.ref = "ktx" } |
| 31 | +ktx-freetype = { group = "io.github.libktx", name = "ktx-freetype", version.ref = "ktx" } |
| 32 | +ktx-graphics = { group = "io.github.libktx", name = "ktx-graphics", version.ref = "ktx" } |
| 33 | +ktx-log = { group = "io.github.libktx", name = "ktx-log", version.ref = "ktx" } |
| 34 | +ktx-scene2d = { group = "io.github.libktx", name = "ktx-scene2d", version.ref = "ktx" } |
| 35 | +commons-csv = { group = "org.apache.commons", name = "commons-csv", version.ref = "commonsCsv" } |
| 36 | +junit = { group = "junit", name = "junit", version.ref = "junit" } |
| 37 | +logback-classic = { group = "ch.qos.logback", name = "logback-classic", version.ref = "logback" } |
| 38 | +gdx-svmhelper-backend-lwjgl3 = { group = "io.github.berstanio", name = "gdx-svmhelper-backend-lwjgl3", version.ref = "graalHelper" } |
| 39 | +gdx-svmhelper-extension-freetype = { group = "io.github.berstanio", name = "gdx-svmhelper-extension-freetype", version.ref = "graalHelper" } |
| 40 | +gdx-svmhelper-annotations = { group = "io.github.berstanio", name = "gdx-svmhelper-annotations", version.ref = "graalHelper" } |
| 41 | + |
| 42 | +[plugins] |
| 43 | +kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } |
| 44 | +badass-runtime = { id = "org.beryx.runtime", version.ref = "badassRuntime" } |
| 45 | +graalvm-native = { id = "org.graalvm.buildtools.native", version.ref = "graalvmNative" } |
0 commit comments