Skip to content

Commit

Permalink
Update GLFW contrib port to v1.1.0 (GLFW 3.4.0) (#21455)
Browse files Browse the repository at this point in the history
On Feb 23rd 2024, GLFW released a new version 3.4.0. This is the changes in contrib.glfw3 (https://github.com/pongasoft/emscripten-glfw) to implement the new apis/features added to 3.4

Release notes for the port: https://github.com/pongasoft/emscripten-glfw/releases/tag/v1.1.0
  • Loading branch information
ypujante committed Mar 1, 2024
1 parent 4de9bbb commit e8262f6
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.5'
HASH = '4ef49ad23bd70a03639df4c8b0fdfe5b8c25bfe4d183c52a7e2d6e7285ab23c09b688b898911f0b9ce0fd014840a73c220592c01bf6e3af5280d927a2718f8aa'
TAG = '1.1.0'
HASH = 'ca97ef5db558d957f78f2698ca6aef66f17e3253ad6434417793d6283f3cda16cbe18a460d9403b9a939651e0e5349f53a859b7d19a9220b2e168030f74fcb56'

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

0 comments on commit e8262f6

Please sign in to comment.