mirror of
https://github.com/zigzap/zap.git
synced 2025-10-20 23:24:09 +00:00
Update README
This commit is contained in:
parent
977fa41225
commit
1ec1b232c1
1 changed files with 4 additions and 3 deletions
|
@ -211,10 +211,10 @@ To add zap to `build.zig.zon`:
|
|||
.version = "0.0.1",
|
||||
|
||||
.dependencies = .{
|
||||
// zap v0.1.9-pre
|
||||
// zap v0.1.10-pre
|
||||
.zap = .{
|
||||
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.1.9-pre.tar.gz",
|
||||
.hash = "12201e3ee597a7d9f98dc7fd19492403d754a1da101d2e678795e330c0382ff02f6a",
|
||||
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.1.10-pre.tar.gz",
|
||||
.hash = "1220a645e8ae84064f3342609f65d1c97e23c292616f5d1040cdf314ca52d7643f8a",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -387,3 +387,4 @@ pub fn main() !void {
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue