stevee

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

build.zig.zon (608B)


      1 .{
      2     .name = .stevee,
      3     .version = "0.1.4",
      4     .paths = .{
      5         ".",
      6     },
      7     .dependencies = .{
      8         .wayland = .{
      9             .path = "deps/zig-wayland",
     10         },
     11         .pixman = .{
     12             .path = "deps/zig-pixman",
     13         },
     14         .fcft = .{
     15             .path = "deps/zig-fcft",
     16         },
     17         .udev = .{
     18             .url = "https://git.sr.ht/~andreafeletto/zig-udev/archive/442a1c2b6c9f1f672c234b9ee977e4d3c2408f9a.tar.gz",
     19             .hash = "122064e2c4230105728ba521c61ad545bfabbe79987d316756fb8a9477b1609df889",
     20         },
     21     },
     22     .fingerprint = 0x49f08125c7f965b7,
     23 }