Skip to content

Commit 32f46a6

Browse files
authored
[contrib.glfw3] - New version (bug fix) (#25403)
- Fixed [#23](pongasoft/emscripten-glfw#23): Calling `glfwInit()` breaks various input elements
1 parent 7d0322e commit 32f46a6

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
@@ -3,10 +3,10 @@
33
# University of Illinois/NCSA Open Source License. Both these licenses can be
44
# found in the LICENSE file.
55

6-
TAG = '3.4.0.20250824'
6+
TAG = '3.4.0.20250927'
77

88
EXTERNAL_PORT = f'https://github.com/pongasoft/emscripten-glfw/releases/download/v{TAG}/emscripten-glfw3-{TAG}.zip'
9-
SHA512 = 'b5b3670b80c87571ea56a54e701874d6b2323f74e359782a15c9ae0a931341fb05e4c778945950f8846aef66c7cc48556d30c8cc5939c87e3091c8be63856a1a'
9+
SHA512 = 'c1906c3e9356bf645b9d74115efb4f2029ab3e5bf5a60f18ec6a6a88c22e6374e7e388ef454f4c3c2e4b9b17c4482c04a9401885e956e2bad360acdb5157a35d'
1010
PORT_FILE = 'port/glfw3.py'
1111

1212
# contrib port information (required)

0 commit comments

Comments
 (0)