mirror of
https://github.com/zigzap/zap.git
synced 2025-10-21 07:34:08 +00:00
Update README
This commit is contained in:
parent
d8e8e4c1a9
commit
5126aacd3b
1 changed files with 4 additions and 5 deletions
|
@ -171,15 +171,14 @@ To add zap to `build.zig.zon`:
|
||||||
.version = "0.0.1",
|
.version = "0.0.1",
|
||||||
|
|
||||||
.dependencies = .{
|
.dependencies = .{
|
||||||
// zap v0.1.0-pre
|
// zap v0.1.1-pre
|
||||||
.zap = .{
|
.zap = .{
|
||||||
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.1.0-pre.tar.gz",
|
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.1.1-pre.tar.gz",
|
||||||
.hash = "122017942fe459da06812370f7fe2bbd304995bb6450c89ae5bdbbe690c3b8908bbd",
|
.hash = "12206f567408318b76579ab02648412f0fe5d5aceb959503983b7e09149678cd56a7",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
<!-- INSERT_DEP_END -->
|
<!-- INSERT_DEP_END -->
|
||||||
|
|
||||||
Then, in your `build.zig`'s `build` function, add the following before
|
Then, in your `build.zig`'s `build` function, add the following before
|
||||||
|
|
Loading…
Add table
Reference in a new issue