vaxis: add a logo
This commit is contained in:
parent
a9a0abf16b
commit
3a3f7d32cf
1 changed files with 8 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue