mirror of
https://github.com/zigzap/zap.git
synced 2025-10-21 07:34:08 +00:00
Update README
This commit is contained in:
parent
220e1a0960
commit
9ce4b4438d
1 changed files with 4 additions and 3 deletions
|
@ -266,10 +266,10 @@ To add zap to `build.zig.zon`:
|
|||
.version = "0.0.1",
|
||||
|
||||
.dependencies = .{
|
||||
// zap v0.4.0
|
||||
// zap v0.5.0
|
||||
.zap = .{
|
||||
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.4.0.tar.gz",
|
||||
.hash = "1220a20e883195793cff0f298d647d35f675ad25e6556fe75b9ccabc98a349cbf082",
|
||||
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.5.0.tar.gz",
|
||||
.hash = "1220aabff84ad1d800f5657d6a49cb90dab3799765811ada27faf527be45dd315a4d",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -424,5 +424,6 @@ pub fn main() !void {
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue