1
0
Fork 0
mirror of https://github.com/zigzap/zap.git synced 2025-10-20 15:14:08 +00:00

fixed README zon

This commit is contained in:
Rene Schallner 2024-04-22 10:49:18 +02:00
parent 5e090807f9
commit 382f3e57c8

View file

@ -273,10 +273,10 @@ To add zap to `build.zig.zon`:
.url = "https://github.com/zigzap/zap/archive/refs/tags/v0.7.0.tar.gz", .url = "https://github.com/zigzap/zap/archive/refs/tags/v0.7.0.tar.gz",
.hash = "1220a1cb1822ea77083045d246db5d7a6f07a8ddafa69c98dee367560f9ce667fd8d", .hash = "1220a1cb1822ea77083045d246db5d7a6f07a8ddafa69c98dee367560f9ce667fd8d",
}, },
.paths = .{ },
"", .paths = .{
}, "",
} },
} }
``` ```
<!-- INSERT_DEP_END --> <!-- INSERT_DEP_END -->