build: add .zon file

This commit is contained in:
2026-06-20 17:21:46 +02:00
parent 80f1667695
commit 38c52a67c2
+15
View File
@@ -0,0 +1,15 @@
.{
.name = .zigmulator,
.version = "0.1.0",
.minimum_zig_version = "0.16.0",
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"examples",
"diagram",
"README.md",
"DST.md",
},
.fingerprint = 0x494ffff3f6f3d99f,
}