This commit is contained in:
2026-03-02 08:09:02 +13:00
commit cdd88973dc
11 changed files with 1434 additions and 0 deletions

13
build.zig.zon Normal file
View File

@@ -0,0 +1,13 @@
.{
.name = .terimal_tetris,
.version = "0.0.0",
.fingerprint = 0xe0ee61f87efe174a,
.minimum_zig_version = "0.15.1",
.dependencies = .{
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}