diff --git a/nanovg-impl/build.gradle.kts b/nanovg-impl/build.gradle.kts index 5da783e..2cca026 100644 --- a/nanovg-impl/build.gradle.kts +++ b/nanovg-impl/build.gradle.kts @@ -1,5 +1,5 @@ // version of LWJGL to use. Recommended to be latest. -val lwjglVersion = "3.3.3" +val lwjglVersion = "3.3.4" // list of modules that this implementation needs to work. val lwjglModules = listOf("nanovg", "opengl", "stb", "glfw", null)