Path: blob/main/tools/ports/contrib/glfw3.py
4154 views
# Copyright 2024 The Emscripten Authors. All rights reserved.1# Emscripten is available under two separate licenses, the MIT license and the2# University of Illinois/NCSA Open Source License. Both these licenses can be3# found in the LICENSE file.45TAG = '3.4.0.20250824'67EXTERNAL_PORT = f'https://github.com/pongasoft/emscripten-glfw/releases/download/v{TAG}/emscripten-glfw3-{TAG}.zip'8SHA512 = 'b5b3670b80c87571ea56a54e701874d6b2323f74e359782a15c9ae0a931341fb05e4c778945950f8846aef66c7cc48556d30c8cc5939c87e3091c8be63856a1a'9PORT_FILE = 'port/glfw3.py'1011# contrib port information (required)12URL = 'https://github.com/pongasoft/emscripten-glfw'13DESCRIPTION = 'This project is an emscripten port of GLFW 3.4 written in C++ for the web/webassembly platform'14LICENSE = 'Apache 2.0 license'151617