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
db44c3cffa
commit
556c80c1ba
1 changed files with 4 additions and 3 deletions
|
@ -256,10 +256,10 @@ To add zap to `build.zig.zon`:
|
|||
.version = "0.0.1",
|
||||
|
||||
.dependencies = .{
|
||||
// zap v0.1.14-pre
|
||||
// zap v0.2.0
|
||||
.zap = .{
|
||||
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.1.14-pre.tar.gz",
|
||||
.hash = "122067d12bc7abb93f7ce623f61b94cadfdb180cef12da6559d092e6b374202acda3",
|
||||
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.2.0.tar.gz",
|
||||
.hash = "122068b1a82b42cbfcc8e0b9c4e4502abee41a6f24418ff824b514e6f264af4886b4",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -406,3 +406,4 @@ pub fn main() !void {
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue