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 2023-05-22 19:24:36 +00:00
parent d8e8e4c1a9
commit 5126aacd3b

View file

@ -171,15 +171,14 @@ To add zap to `build.zig.zon`:
.version = "0.0.1",
.dependencies = .{
// zap v0.1.0-pre
// zap v0.1.1-pre
.zap = .{
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.1.0-pre.tar.gz",
.hash = "122017942fe459da06812370f7fe2bbd304995bb6450c89ae5bdbbe690c3b8908bbd",
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.1.1-pre.tar.gz",
.hash = "12206f567408318b76579ab02648412f0fe5d5aceb959503983b7e09149678cd56a7",
}
}
}
```
<!-- INSERT_DEP_END -->
Then, in your `build.zig`'s `build` function, add the following before
@ -339,4 +338,4 @@ pub fn main() !void {
.workers = 2,
});
}
```
```