Initial commit

This commit is contained in:
duck
2025-03-27 22:28:14 +05:00
commit c95a5e7d1c
6 changed files with 137 additions and 0 deletions

10
build.zig.zon Normal file
View File

@@ -0,0 +1,10 @@
.{
.name = "spacefarer",
.version = "0.0.0",
.dependencies = .{},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}