vaxis: add a logo

This commit is contained in:
Tim Culverhouse 2024-05-23 20:16:01 -05:00
parent a9a0abf16b
commit 3a3f7d32cf

View file

@ -27,6 +27,14 @@ pub fn init(alloc: std.mem.Allocator, opts: Vaxis.Options) !Vaxis {
return Vaxis.init(alloc, opts);
}
/// the vaxis logo. In PixelCode
pub const logo =
\\▄ ▄ ▄▄▄ ▄ ▄ ▄▄▄ ▄▄▄
\\█ █ █▄▄▄█ ▀▄ ▄▀ █ █ ▀
\\▀▄ ▄▀ █ █ ▄▀▄ █ ▀▀▀▄
\\ ▀▄▀ █ █ █ █ ▄█▄ ▀▄▄▄▀
;
test {
std.testing.refAllDecls(@This());
std.testing.refAllDecls(widgets);