Skip to content

Commit 8964c21

Browse files
authored
[contrib.glfw3] New version (emscripten-core#22103)
Contains 2 emscripten-glfw version with following release notes: #### 3.4.0.20240617 - 2024-06-17 | emscripten TBD - Fixed [#3](pongasoft/emscripten-glfw#3): glfwGetKey must return one of `GLFW_PRESS` or `GLFW_RELEASE` #### 3.4.0.20240616 - 2024-06-16 | emscripten TBD - Implemented `glfwGetClipboardString`. Note that due to the async (and restrictive) nature of the `navigator.clipboard.readText` call, this synchronous API returns whatever was set via a previous call to `glfwSetClipboardString` and ignores the external clipboard entirely.
1 parent 0c50419 commit 8964c21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/ports/contrib/glfw3.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
import os
77
from typing import Dict
88

9-
TAG = '3.4.0.20240601'
10-
HASH = '3083c320b402fd97c3cf9b55c2c1025bb133b3de0ab32cbb4af13e2471f9a9202bb0c9ae11f578829ae59568bb332762a67686be33689b7803343b84d8032254'
9+
TAG = '3.4.0.20240617'
10+
HASH = '148609b09e322e7f2433f5335431ba142ffe570248f296eb3a89d3d671476112657e30ebfe2ae23c09b99e7b0eddf875bfef149b43dbd50d5f58ccfc22770f89'
1111

1212
# contrib port information (required)
1313
URL = 'https://github.com/pongasoft/emscripten-glfw'

0 commit comments

Comments
 (0)