stevee

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

build.zig (179B)


      1 const std = @import("std");
      2 const Build = std.Build;
      3 
      4 pub fn build(b: *Build) !void {
      5     _ = b.addModule("pixman", .{
      6         .root_source_file = b.path("pixman.zig"),
      7     });
      8 }