update: icons

This commit is contained in:
Lucas F. 2026-01-20 19:04:46 -03:00
parent 7beb8758a5
commit 59e543ca89

View file

@ -84,6 +84,15 @@ pub fn build(b: *std.Build) void {
.use_llvm = true,
});
// const lib = b.addLibrary(.{
// .name = "zdt_prov",
// .root_module = mod,
// });
//
// lib.root_module.addIncludePath(b.path("src/svg"));
//
// b.installArtifact(lib);
// This declares intent for the executable to be installed into the
// install prefix when running `zig build` (i.e. when executing the default
// step). By default the install prefix is `zig-out/` but can be overridden