init
This commit is contained in:
14
build.zig.zon
Normal file
14
build.zig.zon
Normal file
@@ -0,0 +1,14 @@
|
||||
.{
|
||||
.name = .flicker,
|
||||
.version = "0.0.0",
|
||||
.fingerprint = 0x558e8f62ba3bc564, // Changing this has security and trust implications.
|
||||
.minimum_zig_version = "0.15.1",
|
||||
.dependencies = .{},
|
||||
.paths = .{
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
"src",
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user