mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 15:14:08 +00:00
Update README
This commit is contained in:
parent
5de9b42f0d
commit
35bb16a37d
1 changed files with 6 additions and 3 deletions
|
@ -274,10 +274,12 @@ To add zap to `build.zig.zon`:
|
||||||
.version = "0.0.1",
|
.version = "0.0.1",
|
||||||
|
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
// zap v0.7.0
|
// zap v0.8.0
|
||||||
.zap = .{
|
.zap = .{
|
||||||
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.7.0.tar.gz",
|
// when tagged:
|
||||||
.hash = "12203126ff24e8018655eb7444c91f0d527d1213af16fcf2a578281abc994d01cc46",
|
// .url = "https://github.com/zigzap/zap/archive/refs/tags/v0.8.0.tar.gz",
|
||||||
|
.url = "https://github.com/zigzap/zap/archive/v0.8.0.tar.gz",
|
||||||
|
.hash = "1220a197a42b8e7b3ad9687a45c6c43bc45a6c0c474bf9a12ae9b0b09a8144f33a10",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
.paths = .{
|
.paths = .{
|
||||||
|
@ -416,3 +418,4 @@ pub fn main() !void {
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue