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-04-21 18:29:36 +00:00
parent 5f368cf125
commit f45947afb0

View file

@ -268,16 +268,11 @@ To add zap to `build.zig.zon`:
.version = "0.0.1", .version = "0.0.1",
.dependencies = .{ .dependencies = .{
// zap v0.6.0 // zap v0.7.0
.zap = .{ .zap = .{
// when tagged: .url = "https://github.com/zigzap/zap/archive/refs/tags/v0.7.0.tar.gz",
// .url = "https://github.com/zigzap/zap/archive/refs/tags/zig-0.12.0.tar.gz", .hash = "1220a1cb1822ea77083045d246db5d7a6f07a8ddafa69c98dee367560f9ce667fd8d",
.url = "https://github.com/zigzap/zap/archive/zig-0.12.0.tar.gz", }
.hash = "122002bc4a3fb6d4c465ce9f7f0af06e9ffbe38a6ed8c7375a2121d05eee294af893",
},
.paths = .{
"",
},
} }
} }
``` ```
@ -412,3 +407,4 @@ pub fn main() !void {
}); });
} }
``` ```