Skip to content

Commit

Permalink
Update glfw port to 1.0.5 (#21369)
Browse files Browse the repository at this point in the history
This update includes a fix for a memory corruption bug.
  • Loading branch information
ypujante authored Feb 20, 2024
1 parent 4856d55 commit 23d8972
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/ports/contrib/glfw3.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import os
from typing import Dict

TAG = '1.0.4'
HASH = 'c3c96718e5d2b37df434a46c4a93ddfd9a768330d33f0d6ce2d08c139752894c2421cdd0fefb800fe41fafc2bbe58c8f22b8aa2849dc4fc6dde686037215cfad'
TAG = '1.0.5'
HASH = '4ef49ad23bd70a03639df4c8b0fdfe5b8c25bfe4d183c52a7e2d6e7285ab23c09b688b898911f0b9ce0fd014840a73c220592c01bf6e3af5280d927a2718f8aa'

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

0 comments on commit 23d8972

Please sign in to comment.