A fork of vulkan-headers packaged for the Zig build system. Original: https://github.com/hexops/vulkan-headers
Find a file
Stephen Gutekanst dfac3e461d improve upstream merge strategy
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
2023-06-24 18:28:11 -07:00
.github CI: add build testing 2023-06-24 16:19:30 -07:00
include fix bad merge (caught by verify.sh) 2023-06-24 18:25:57 -07:00
.gitignore use Zig build system 2023-04-03 17:22:46 +02:00
build.zig Switch from CompileStep.install to Build.installArtifact 2023-04-18 07:16:49 -07:00
LICENSE.txt Revert LICENSE to Apache 2.0 2018-10-03 10:16:17 -04:00
README.md make update/verify commands scripts 2023-06-24 16:20:40 -07:00
stub.c use Zig build system 2023-04-03 17:22:46 +02:00
update.sh improve upstream merge strategy 2023-06-24 18:28:11 -07:00
verify.sh improve source verification script 2023-06-24 18:26:12 -07:00

vulkan-headers packaged for the Zig build system

This is a fork of vulkan-headers, packaged for Zig. Unnecessary files have been deleted, and the build system has been replaced with build.zig.

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.