diff --git a/.gitmodules b/.gitmodules index f99f387e..acbe713c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -14,7 +14,7 @@ url = https://github.com/hexops-graveyard/freetype [submodule "glfw/upstream"] path = libs/glfw/upstream - url = https://github.com/hexops/glfw + url = https://github.com/hexops-graveyard/glfw [submodule "basisu/upstream"] path = libs/basisu/upstream url = https://github.com/hexops/basisu diff --git a/libs/glfw/.gitmodules b/libs/glfw/.gitmodules index 9a50bf7b..2fb5ef12 100644 --- a/libs/glfw/.gitmodules +++ b/libs/glfw/.gitmodules @@ -1,4 +1,4 @@ [submodule "upstream"] path = upstream - url = https://github.com/hexops/glfw + url = https://github.com/hexops-graveyard/glfw diff --git a/libs/glfw/README.md b/libs/glfw/README.md index 43137b3a..5dd33be2 100644 --- a/libs/glfw/README.md +++ b/libs/glfw/README.md @@ -185,4 +185,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/libs/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. -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. +For now mach/glfw tracks the latest `master` revision of GLFW, as recorded [in this file](https://github.com/hexops-graveyard/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.