We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e6945f commit 1021413Copy full SHA for 1021413
build.gradle
@@ -11,12 +11,13 @@ plugins {
11
// jitpack
12
group = 'com.github.kotlin-graphics'
13
14
+
15
ext{
16
moduleName = 'com.github.kotlin_graphics.uno'
17
kotlin = 'org.jetbrains.kotlin:kotlin'
18
kotlin_version = '1.3.11'
19
kotlintest_version = '3.1.11'
- gln_version = '678d6d18f3280b373c6f4fe9ac0b95699783fb6f'
20
+ gln_version = '24b9462f27e22d669a105a600674c81d085b8a84'
21
vkk_version = 'a0d037b48e'
22
lwjgl_version = "3.2.1"
23
lwjgl_natives = current() == WINDOWS ? "windows" : current() == LINUX ? "linux" : "macos"
0 commit comments