From 9ad902625f7761026cb115822c34a6f08cc77e36 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 18 Mar 2021 18:23:26 +0100 Subject: [PATCH] update to GLFW 3.3.3 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b1a837f..53575ac 100644 --- a/Project.toml +++ b/Project.toml @@ -8,7 +8,7 @@ GLFW_jll = "0656b61e-2033-5cc2-a64a-77c0f6c09b89" [compat] julia = "1.3.0" -GLFW_jll = "3.3.2" +GLFW_jll = "3.3.3" [extras] Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"