Skip to content

Commit 96ffd7e

Browse files
authored
Merge pull request #4 from Sylvyrfysh/patch-1
Update gln for imgui unit tests
2 parents 8364a63 + 4ffeff3 commit 96ffd7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ext{
1616
kotlin = 'org.jetbrains.kotlin:kotlin'
1717
kotlin_version = '1.3.11'
1818
kotlintest_version = '3.1.11'
19-
gln_version = '42256d1618525ea96a91848ec21bcbe15cdeba29'
19+
gln_version = 'c4bd603dd36aa68bf686e16acd4c6b0e29dea7d4'
2020
vkk_version = 'a0d037b48e'
2121
lwjgl_version = "3.2.1"
2222
lwjgl_natives = current() == WINDOWS ? "windows" : current() == LINUX ? "linux" : "macos"
@@ -75,4 +75,4 @@ artifacts {
7575
jar {
7676
inputs.property("moduleName", moduleName)
7777
manifest.attributes('Automatic-Module-Name': moduleName)
78-
}
78+
}

0 commit comments

Comments
 (0)