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
a4b7778a56
commit
518199fca5
1 changed files with 4 additions and 3 deletions
|
@ -266,10 +266,10 @@ To add zap to `build.zig.zon`:
|
|||
.version = "0.0.1",
|
||||
|
||||
.dependencies = .{
|
||||
// zap v0.5.1
|
||||
// zap v0.6.0
|
||||
.zap = .{
|
||||
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.5.1.tar.gz",
|
||||
.hash = "1220d4802fb09d4e99c0e7265f90d6f3cfdc3e5e31c1b05f0924ee2dd26d9d6dbbf4",
|
||||
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.6.0.tar.gz",
|
||||
.hash = "1220a5a1e6b18fa384d8a98e5d5a25720ddadbcfed01da2e4ca55c7cfb3dc1caa62a",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -426,5 +426,6 @@ pub fn main() !void {
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue