Skip to content

Commit 23d8972

Browse files
authored
Update glfw port to 1.0.5 (#21369)
This update includes a fix for a memory corruption bug.
1 parent 4856d55 commit 23d8972

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 = '1.0.4'
10-
HASH = 'c3c96718e5d2b37df434a46c4a93ddfd9a768330d33f0d6ce2d08c139752894c2421cdd0fefb800fe41fafc2bbe58c8f22b8aa2849dc4fc6dde686037215cfad'
9+
TAG = '1.0.5'
10+
HASH = '4ef49ad23bd70a03639df4c8b0fdfe5b8c25bfe4d183c52a7e2d6e7285ab23c09b688b898911f0b9ce0fd014840a73c220592c01bf6e3af5280d927a2718f8aa'
1111

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

0 commit comments

Comments
 (0)