build: add .zon file
This commit is contained in:
@@ -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,
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user