Skip to content

Commit ebfeaf7

Browse files
authored
[contrib.glfw3] New version 3.4.0.20250112 (fixes regression introduced in previous push) (#23377)
- Added support for `GLFW_CONTEXT_VERSION_MAJOR` and `GLFW_CONTEXT_VERSION_MINOR` - Re-enable GL extensions by default (regression introduced in 3.4.0.20241230). Fixes [#13](pongasoft/emscripten-glfw#13).
1 parent f2bb6ee commit ebfeaf7

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.20241230'
10-
HASH = '917df0d23e425d71b189294481fe369dc50baa28493c8f4d6590c9d99b4d880ddeb1064d1481ef1586bee1504898d5b0d0a2f9b4e77c7ac384237af238e1a7a6'
9+
TAG = '3.4.0.20250112'
10+
HASH = '55d0828674c185f6ca00f76fcbaaeec8baec26be1507b33d36a2084c6352ca51dd27a61082478998b200e9a388834f2f95d6b00258c303bba1a996e305034a6b'
1111

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

0 commit comments

Comments
 (0)