glfw: upgrade to GLFW@master; add upstream submodule https://github.com/hexops/glfw
This upgrades us to the latest master (pre-release) version of GLFW which has our patches for undefined behavior in Zig, effectively moving us off of our temporary fork. We now track GLFW upstream at the revision documented in https://github.com/hexops/glfw/blob/main/VERSION Signed-off-by: Stephen Gutekanst <stephen@hexops.com> Co-authored-by: Cai Bingjun <1945458160@qq.com>
This commit is contained in:
parent
3dd8d028d9
commit
214d4cfd6a
3 changed files with 8 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -25,3 +25,6 @@
|
|||
[submodule "tools/libs/apple_pie"]
|
||||
path = tools/libs/apple_pie
|
||||
url = https://github.com/Luukdegram/apple_pie
|
||||
[submodule "glfw/upstream"]
|
||||
path = glfw/upstream
|
||||
url = https://github.com/hexops/glfw
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue