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