Skip to content

Commit 1236ec0

Browse files
authored
[contrib.glfw3] new version (touch + wasm64) (#23635)
I released a new version (3.4.0.20250209) with the following release notes: - Added support for [touch](https://github.com/pongasoft/emscripten-glfw/blob/v3.4.0.20250209/docs/Usage.md#touch-support) (mobile) - Added support for wasm64 (`-sMEMORY64` Emscripten [option](https://emscripten.org/docs/tools_reference/settings_reference.html#memory64)) The support for wasm64 was triggered from this [discussion](#23391 (reply in thread))
1 parent 558635e commit 1236ec0

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 Union, Dict
88

9-
TAG = '3.4.0.20250117'
10-
HASH = '128b39d37887df063ed3b1a4ce747fe3f369237e8f69e5630bfb03bdf70ddb2dc5f164e5697300b327d8a542316fc9c5eb7d558c1668b2bb35ae3b0d4c234df4'
9+
TAG = '3.4.0.20250209'
10+
HASH = '4acf0fdff680952cd6d6cbf0efaaa9b6347d21049e8c119a2cbd44b2b10d36dd94d3e3b3ef2e8f5c4afe93ff23f9aad5e917d08c52df7ca12d35843a926f1f0c'
1111

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

0 commit comments

Comments
 (0)