Initial commit

This commit is contained in:
johan0A 2024-09-19 18:05:42 +02:00 committed by GitHub
commit 0d0863ff0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 857 additions and 0 deletions

12
build.zig.zon Normal file
View file

@ -0,0 +1,12 @@
.{
.name = "zig-package-template",
.version = "0.0.0",
.dependencies = .{},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
"README.md",
},
}