Skip to content

Releases: mrusme/busybar.zig

Release list

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 19 Aug 12:30
v0.1.0

Use as a library

zig fetch --save https://github.com/mrusme/busybar.zig/archive/refs/tags/v0.1.0.tar.gz

Or in build.zig.zon:

.busybar = .{
    .url = "https://github.com/mrusme/busybar.zig/archive/refs/tags/v0.1.0.tar.gz",
    .hash = "busybar_zig-0.1.0-aPic56iXAgDJxTYRkT7ZHL6mErAk0dxw9iw82y9fXyYn",
},

Command line

The attached archives hold the busybar binary for
each target. Needs no runtime dependencies.

Full Changelog: https://github.com/mrusme/busybar.zig/commits/v0.1.0