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
ed827ca602
commit
790ee37181
1 changed files with 4 additions and 3 deletions
|
@ -252,10 +252,10 @@ To add zap to `build.zig.zon`:
|
|||
.version = "0.0.1",
|
||||
|
||||
.dependencies = .{
|
||||
// zap v0.2.3
|
||||
// zap v0.2.4
|
||||
.zap = .{
|
||||
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.2.3.tar.gz",
|
||||
.hash = "1220f8764604db85c5e598a5157f1ac21e6410e941f97e6943cddc2c9d9e12794aec",
|
||||
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.2.4.tar.gz",
|
||||
.hash = "1220b22285fd80b8e027bf877a1f66833934b8639cc4fc38c84fbbbcee5b2d6f6a8f",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -406,3 +406,4 @@ pub fn main() !void {
|
|||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue