stevee

My wayland statusbar
git clone git://gtms.dev/stevee
Log | Files | Refs | README | LICENSE

build.zig.zon (208B)


      1 .{
      2     .name = .hello_wayland,
      3     .version = "0.0.0",
      4     .paths = .{""},
      5     .dependencies = .{
      6         .wayland = .{
      7             .path = "../..",
      8         },
      9     },
     10     .fingerprint = 0xe25da197dad60a60,
     11 }