1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

Update README

This commit is contained in:
GitHub Action 2024-02-24 16:35:59 +00:00
parent 639d852c33
commit 1cb29622e7

View file

@ -276,9 +276,14 @@ To add zap to `build.zig.zon`:
.dependencies = .{ .dependencies = .{
// zap zig-0.12.0 // zap zig-0.12.0
.zap = .{ .zap = .{
.url = "https://github.com/zigzap/zap/archive/refs/tags/zig-0.12.0.tar.gz", // when tagged:
.hash = "1220bf58da2a8739d13d814fd012ae7e6e0c16823ad5a46ea4c617b07d54ec0e5a12", // .url = "https://github.com/zigzap/zap/archive/refs/tags/zig-0.12.0.tar.gz",
} .url = "https://github.com/zigzap/zap/archive/zig-0.12.0.tar.gz",
.hash = "12201904f62961713b6e21f1358e543a14cd30028cf0016fe6c7d89bd9fd1564447e",
},
.paths = .{
"",
},
} }
} }
``` ```
@ -417,3 +422,4 @@ pub fn main() !void {