update to latest Zig and add SIGUSR1 refresh

This commit is contained in:
Jeeves 2024-04-07 11:10:02 -06:00
parent 9e8b663694
commit 448c736a32
14 changed files with 69 additions and 60 deletions

22
build.zig.zon Normal file
View file

@ -0,0 +1,22 @@
.{
.name = "statusbar",
.version = "0.0.0",
//.minimum_zig_version = "0.11.0",
.dependencies = .{},
.paths = .{
// This makes *all* files, recursively, included in this package. It is generally
// better to explicitly list the files and directories instead, to insure that
// fetching from tarballs, file system paths, and version control all result
// in the same contents hash.
"",
// For example...
//"build.zig",
//"build.zig.zon",
//"src",
//"LICENSE",
//"README.md",
},
}