No description
Find a file
Wrench[bot] d0b37fdc3b
Some checks failed
CI / x86_64-linux (push) Has been cancelled
all: update Zig to version 0.14.0-dev.2577+271452d22
Signed-off-by: Wrench[bot] <wrench@hexops.com>
2024-12-30 12:56:07 -07:00
.github all: update Zig to version 0.14.0-dev.2577+271452d22 2024-12-30 12:56:07 -07:00
EGL ./update.sh 2023-09-22 19:56:26 -07:00
GL ./update.sh 2023-09-22 19:56:26 -07:00
GLES ./update.sh 2023-09-22 19:56:26 -07:00
GLES2 ./update.sh 2023-09-22 19:56:26 -07:00
GLES3 ./update.sh 2023-09-22 19:56:26 -07:00
GLSC2 ./update.sh 2023-09-22 19:56:26 -07:00
KHR ./update.sh 2023-09-22 19:56:26 -07:00
.gitignore update to Zig 2024.05 2024-06-02 11:47:50 -07:00
build.zig update to Zig 2024.05 2024-06-02 11:47:50 -07:00
README.md Pin upstream refs; Update headers 2023-09-22 19:56:26 -07:00
update.sh Delete unreferenced headers 2023-09-27 10:38:33 -07:00
verify.sh ./update.sh && ./verify.sh 2023-07-03 08:12:58 -07:00

opengl-headers packaged for the Zig build system

This is a Zig package which provides various OpenGL and OpenGL ES headers needed to develop and cross-compile e.g. GLFW applications.

Updating

To update this repository, run ./update.sh followed by ./verify.sh to verify the repository contents.

Verifying repository contents

For supply chain security reasons (e.g. to confirm we made no patches to the code) we provide a git diff command you can run to verify the contents of this repository:

./verify.sh

If nothing is printed, there is no diff. Deleted files, and changes to README.md, build.zig, .github CI files and .gitignore are ignored.

Issues

Issues are tracked in the main Mach repository.