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
2bd450ac60
commit
6b268c5f6e
1 changed files with 3 additions and 2 deletions
|
@ -1,10 +1,11 @@
|
|||
.{
|
||||
.name = "zap",
|
||||
.version = "0.8.0",
|
||||
.name = .zap,
|
||||
.version = "0.9.1",
|
||||
.paths = .{
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
"src",
|
||||
"facil.io",
|
||||
},
|
||||
.fingerprint = 0x8ac41f4ef381871a,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue