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

@@ -10,9 +10,6 @@ pub fn build(b: *std.Build) void {
.optimize = optimize,
});
const spirv_headers = b.dependency("spirv_headers", .{});
mod.addSystemIncludePath(spirv_headers.path("include/spirv/unified1"));
const lib = b.addLibrary(.{
.name = "spirv_interpreter",
.root_module = mod,