stevee

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

ref_all.zig (95B)


      1 const std = @import("std");
      2 test {
      3     std.testing.refAllDeclsRecursive(@import("wayland"));
      4 }