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
639d852c33
commit
1cb29622e7
1 changed files with 9 additions and 3 deletions
12
README.md
12
README.md
|
@ -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 {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue