initial commit

This commit is contained in:
2025-12-22 23:04:20 +01:00
parent 5821a7f929
commit 977d05f15d
13 changed files with 320 additions and 0 deletions

18
build.zig.zon git.filemode.normal_file
View File

@@ -0,0 +1,18 @@
.{
.name = .SPIRV_Interpreter,
.version = "0.0.1",
.dependencies = .{
.spirv_headers = .{
.url = "git+https://github.com/KhronosGroup/SPIRV-Headers#0a7f626a6ae86284a413d105b47a6fb413bf6c92",
.hash = "N-V-__8AAGOhPABkbhEc-SenlpOzOI4ppi0CDXVSteii5ywV",
},
},
.minimum_zig_version = "0.15.2",
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
},
.fingerprint = 0xd87ec8ab9fa9396a,
}