From b5fb41a5144a52a27a7081abdf8cf28ec378a65d Mon Sep 17 00:00:00 2001 From: Yan Pujante Date: Sun, 16 Jun 2024 11:26:14 -0700 Subject: [PATCH 1/2] new emscripten-glfw version --- tools/ports/contrib/glfw3.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ports/contrib/glfw3.py b/tools/ports/contrib/glfw3.py index 603a8dc4b7b1a..3a9f4ac068874 100644 --- a/tools/ports/contrib/glfw3.py +++ b/tools/ports/contrib/glfw3.py @@ -6,8 +6,8 @@ import os from typing import Dict -TAG = '3.4.0.20240601' -HASH = '3083c320b402fd97c3cf9b55c2c1025bb133b3de0ab32cbb4af13e2471f9a9202bb0c9ae11f578829ae59568bb332762a67686be33689b7803343b84d8032254' +TAG = '3.4.0.20240616' +HASH = 'a067effe2044020ed36199f7508c7ef143ee19b6d97e2e1e532974a97f8f2d510da486be0187630a9e0793a38ad7e67a52e74cddb40369c049b463cdebe304d4' # contrib port information (required) URL = 'https://github.com/pongasoft/emscripten-glfw' From 38070cf70b16821b31d94dc64569f002d546989d Mon Sep 17 00:00:00 2001 From: Yan Pujante Date: Mon, 17 Jun 2024 05:57:35 -0700 Subject: [PATCH 2/2] fixed issue 3 - glfwGetKey must return one of `GLFW_PRESS` or `GLFW_RELEASE` --- tools/ports/contrib/glfw3.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/ports/contrib/glfw3.py b/tools/ports/contrib/glfw3.py index 3a9f4ac068874..3eb09636d0631 100644 --- a/tools/ports/contrib/glfw3.py +++ b/tools/ports/contrib/glfw3.py @@ -6,8 +6,8 @@ import os from typing import Dict -TAG = '3.4.0.20240616' -HASH = 'a067effe2044020ed36199f7508c7ef143ee19b6d97e2e1e532974a97f8f2d510da486be0187630a9e0793a38ad7e67a52e74cddb40369c049b463cdebe304d4' +TAG = '3.4.0.20240617' +HASH = '148609b09e322e7f2433f5335431ba142ffe570248f296eb3a89d3d671476112657e30ebfe2ae23c09b99e7b0eddf875bfef149b43dbd50d5f58ccfc22770f89' # contrib port information (required) URL = 'https://github.com/pongasoft/emscripten-glfw'