add(container/rectangle): add content creation

This commit is contained in:
2025-02-07 17:43:16 +01:00
parent 11531e9d4a
commit d326deac97
4 changed files with 14 additions and 8 deletions

View File

@@ -17,7 +17,6 @@ pub fn build(b: *std.Build) void {
});
lib.addImport("code_point", zg.module("code_point"));
// TODO: examples (not yet available)
const container = b.addExecutable(.{
.name = "container",
.root_source_file = b.path("examples/container.zig"),