mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
migrate build.zig.zon to new format
- name now is an enum literal. - added fingerprint
This commit is contained in:
parent
5808a02466
commit
a2591bf771
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
||||||
.{
|
.{
|
||||||
.name = "zap",
|
.name = .zap,
|
||||||
.version = "0.8.0",
|
.version = "0.9.1",
|
||||||
.paths = .{
|
.paths = .{
|
||||||
"build.zig",
|
"build.zig",
|
||||||
"build.zig.zon",
|
"build.zig.zon",
|
||||||
"src",
|
"src",
|
||||||
"facil.io",
|
"facil.io",
|
||||||
},
|
},
|
||||||
|
.fingerprint = 0x8ac41f4ef381871a,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue