refactor: clean-up flow logo rendering

This commit is contained in:
CJ van den Berg 2024-08-21 21:54:35 +02:00
parent b831d99d1c
commit 08e06bc8dd
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
7 changed files with 35 additions and 13 deletions

View file

@ -17,7 +17,6 @@ pub var max_diff_lines: usize = 50000;
pub var max_syntax_lines: usize = 50000;
pub const application_name = "flow";
pub const application_logo = "󱞏 ";
pub const std_options = .{
// .log_level = if (builtin.mode == .Debug) .debug else .warn,