working on results

This commit is contained in:
2026-01-04 00:35:40 +01:00
parent c228d86e91
commit 02b8c69838
7 changed files with 253 additions and 140 deletions

View File

@@ -10,6 +10,9 @@ pub fn build(b: *std.Build) void {
.optimize = optimize,
});
const pretty = b.dependency("pretty", .{ .target = target, .optimize = optimize });
mod.addImport("pretty", pretty.module("pretty"));
const lib = b.addLibrary(.{
.name = "spirv_interpreter",
.root_module = mod,