update: icons
This commit is contained in:
parent
7beb8758a5
commit
59e543ca89
1 changed files with 9 additions and 0 deletions
|
|
@ -84,6 +84,15 @@ pub fn build(b: *std.Build) void {
|
||||||
.use_llvm = true,
|
.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
|
// This declares intent for the executable to be installed into the
|
||||||
// install prefix when running `zig build` (i.e. when executing the default
|
// 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
|
// step). By default the install prefix is `zig-out/` but can be overridden
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue