removing spirv headers dependencies, reworking architecture

This commit is contained in:
2025-12-24 18:09:16 +01:00
parent b4ff6f559b
commit 885919952c
15 changed files with 2969 additions and 140 deletions

View File

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