Releases: earthfail/zeal
Releases · earthfail/zeal
version v0.0.3
first official release, version 0.0.2
This version is alpha. This means I am thinking of some breaking changes and improving it in terms of performance and ease of use.
To add it to build.zig.zon add the following struct inside .dependencies :
.zeal = .{
.url = "https://github.com/earthfail/zeal/archive/v0.0.2.tar.gz",
.hash = "1220302efc8baa22fa6d6d1c0269bef215f5cf1b614cbe2db9b4bcf9dcc6db514421",
}
}and add zeal in build.zig as follows:
const zeal = b.dependency("zeal", .{
.optimize = optimize,
.target = target,
});
exe.addModule("zeal", zeal.module("zeal"));v0.0.1 test 2
this is a test for github releases and zig package managment. See attachment for first verison of zeal