Skip to content

Commit

Permalink
updated README with Emscripten version
Browse files Browse the repository at this point in the history
  • Loading branch information
ypujante committed Sep 14, 2024
1 parent 36ac18f commit d2f71bb
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,11 @@ Introduction
This project is an Emscripten port of GLFW written in C++ for the web/wasm platform. The currently supported
GLFW API is 3.4.

[![emscripten - TBD](https://img.shields.io/badge/emscripten-TBD-blue)](https://emscripten.org)
[![emscripten - 3.1.66](https://img.shields.io/badge/emscripten-3.1.66-blue)](https://emscripten.org)
[![Latest - 3.4.0.20240907](https://img.shields.io/badge/Latest-3.4.0.20240907-blue)](https://github.com/pongasoft/emscripten-glfw/releases/latest)
[![GLFW - 3.4.0](https://img.shields.io/badge/GLFW-3.4.0-blue)](https://www.glfw.org/)
![Compiles](https://github.com/pongasoft/emscripten-glfw/actions/workflows/main.yml/badge.svg)

[![emscripten - 3.1.65](https://img.shields.io/badge/emscripten-3.1.65-blue)](https://emscripten.org)
[![Previous - 3.4.0.20240817](https://img.shields.io/badge/Previous-3.4.0.20240817-blue)](https://github.com/pongasoft/emscripten-glfw/releases/latest)
[![GLFW - 3.4.0](https://img.shields.io/badge/GLFW-3.4.0-blue)](https://www.glfw.org/)

[![License](https://img.shields.io/badge/License-Apache%20License%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)

Goal
Expand Down Expand Up @@ -197,7 +193,7 @@ emcc --use-port=contrib.glfw3:disableWarning=true:disableMultiWindow=true main.c
> #### Note about availability in Emscripten
> | Emscripten | this port |
> |------------|----------------|
> | TBD | 3.4.0.20240907 |
> | 3.1.66 | 3.4.0.20240907 |
> | 3.1.65 | 3.4.0.20240817 |
> | 3.1.63 | 3.4.0.20240627 |
> | 3.1.60 | 3.4.0.20240514 |
Expand Down Expand Up @@ -228,7 +224,7 @@ Note that care has been taken to be backward compatible with the pure JavaScript
Release Notes
-------------
#### 3.4.0.20240907 - 2024-09-07 | Emscripten TBD
#### 3.4.0.20240907 - 2024-09-07 | Emscripten 3.1.66
- Fixed Meta/Super key workaround to also handle the rare (but possible) use-case of having other keys down before
pressing the Meta/Super key
Expand Down

0 comments on commit d2f71bb

Please sign in to comment.