Initial Commit

This commit is contained in:
David Allemang
2025-01-15 16:47:59 -05:00
commit 2b3734a087
7 changed files with 157 additions and 0 deletions

16
build.zig.zon Normal file
View File

@@ -0,0 +1,16 @@
.{
.name = "zig-shape",
.version = "0.0.0",
.minimum_zig_version = "0.14.0",
.dependencies = .{
// See `zig fetch --save <url>` for a command-line interface for adding dependencies.
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}