mirror of
https://github.com/zigzap/zap.git
synced 2025-10-21 15:44:10 +00:00
Update README
This commit is contained in:
parent
54fb35ae7c
commit
2b926f568c
1 changed files with 3 additions and 2 deletions
|
@ -276,8 +276,8 @@ 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",
|
.url = "https://github.com/zigzap/zap/archive/zig-0.12.0.tar.gz",
|
||||||
.hash = "1220a3dc91eedf8386497cbf655a8a00ed698a043449ff503b38090cae620f5d5b72",
|
.hash = "12204f1644cf1ad0234ce3bc118704c0daa2dc9f1cc82a8dae9a9547c3dfddf03de9",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -414,3 +414,4 @@ pub fn main() !void {
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue