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 aec61a4 commit 6db30b0Copy full SHA for 6db30b0
build.gradle
@@ -15,7 +15,7 @@ ext {
15
moduleName = 'com.github.kotlin_graphics.gli'
16
kotlin_version = '1.3.10'
17
kotlintest_version = '3.1.10'
18
- glm_version = '1515bd889e1928e7a217074fee859594850f6aa2'
+ glm_version = '375708cf1c0942b0df9d624acddb1c9993f6d92d'
19
lwjgl_version = "3.2.1-SNAPSHOT"
20
lwjgl_natives = current() == WINDOWS ? "windows" : current() == LINUX ? "linux" : "macos"
21
}
0 commit comments