From 49f5a26823bbb52b8647968afe6cc064c063ccdb Mon Sep 17 00:00:00 2001 From: Stephen Gutekanst Date: Sat, 11 Jun 2022 15:49:18 -0700 Subject: [PATCH] glfw: README: mention that we are now tracking glfw@master Signed-off-by: Stephen Gutekanst --- glfw/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glfw/README.md b/glfw/README.md index 39347a6f..d82a3c8d 100644 --- a/glfw/README.md +++ b/glfw/README.md @@ -146,4 +146,4 @@ Issues are tracked in the [main Mach repository](https://github.com/hexops/mach/ Contributions are very welcome. Pull requests must be sent to [the main repository](https://github.com/hexops/mach/tree/main/glfw) to avoid some complex merge conflicts we'd get by accepting contributions in both repositories. Once the changes are merged there, they'll get sync'd to this repository automatically. -We track the latest stable release of GLFW, if you need a newer version we can start a development branch / figure that out - just open an issue. +For now mach/glfw tracks the latest `master` revision of GLFW, as recorded [in this file](https://github.com/hexops/glfw/blob/main/VERSION), as this version has critical undefined behavior fixes required for GLFW to work with Zig. We will switch to stable releases of GLFW once GLFW 3.4 is tagged.