No description
  • C 54.1%
  • C++ 45.8%
Find a file
Wrench[bot] eae9b3b8a8
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:57:37 -07:00
.github all: update Zig to version 0.14.0-dev.2577+271452d22 2024-12-30 12:57:37 -07:00
include Update headers 2023-10-26 19:06:55 -07:00
src Update headers 2023-10-19 15:00:55 -04:00
.gitignore update to Zig 2024.05 2024-06-02 12:27:02 -07:00
build.zig update to Zig 2024.05 2024-06-02 12:27:02 -07:00
LICENSE Initial commit 2020-12-04 15:54:22 -08:00
README.md add Zig build system 2023-11-18 12:38:25 -07:00
update.sh add Zig build system 2023-11-18 12:38:25 -07:00
verify.sh add Zig build system 2023-11-18 12:38:25 -07:00

directx headers packaged for the Zig build system

This is a fork of the MIT-licensed microsoft/DirectX-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.

Issues

Issues are tracked in the main Mach repository.