a modern tui library written in zig
17
fork

Configure Feed

Select the types of activity you want to include in your feed.

vaxis: add a logo

+8
+8
src/main.zig
··· 27 27 return Vaxis.init(alloc, opts); 28 28 } 29 29 30 + /// the vaxis logo. In PixelCode 31 + pub const logo = 32 + \\▄ ▄ ▄▄▄ ▄ ▄ ▄▄▄ ▄▄▄ 33 + \\█ █ █▄▄▄█ ▀▄ ▄▀ █ █ ▀ 34 + \\▀▄ ▄▀ █ █ ▄▀▄ █ ▀▀▀▄ 35 + \\ ▀▄▀ █ █ █ █ ▄█▄ ▀▄▄▄▀ 36 + ; 37 + 30 38 test { 31 39 std.testing.refAllDecls(@This()); 32 40 std.testing.refAllDecls(widgets);