Rebrand as Playpen.

This commit is contained in:
Greyson Parrelli
2026-08-11 14:26:12 -04:00
parent 3026bdcd4c
commit 73a0187db5
17 changed files with 152 additions and 146 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ pub fn build(b: *std.Build) void {
});
const exe = b.addExecutable(.{
.name = "vtabs",
.name = "playpen",
.root_module = b.createModule(.{
.root_source_file = b.path("src/main.zig"),
.target = target,