diff --git a/build.gradle b/build.gradle index 9efb8ae..b042e07 100644 --- a/build.gradle +++ b/build.gradle @@ -15,7 +15,7 @@ ext { moduleName = 'com.github.kotlin_graphics.gli' kotlin_version = '1.3.10' kotlintest_version = '3.1.10' - glm_version = '1515bd889e1928e7a217074fee859594850f6aa2' + glm_version = '375708cf1c0942b0df9d624acddb1c9993f6d92d' lwjgl_version = "3.2.1-SNAPSHOT" lwjgl_natives = current() == WINDOWS ? "windows" : current() == LINUX ? "linux" : "macos" }