diff --git a/vendor/glfw/constants.odin b/vendor/glfw/constants.odin index 77cbd7309..245cfef52 100644 --- a/vendor/glfw/constants.odin +++ b/vendor/glfw/constants.odin @@ -4,7 +4,7 @@ package glfw /* Versions */ VERSION_MAJOR :: 3 VERSION_MINOR :: 3 -VERSION_REVISION :: 4 +VERSION_REVISION :: 8 /* Booleans */ TRUE :: true diff --git a/vendor/glfw/lib/darwin/libglfw3.a b/vendor/glfw/lib/darwin/libglfw3.a index 242197e41..77506567f 100644 Binary files a/vendor/glfw/lib/darwin/libglfw3.a and b/vendor/glfw/lib/darwin/libglfw3.a differ