gitignore and comment

This commit is contained in:
Harivansh Rathi 2026-03-25 15:16:42 -04:00
parent 2b65c83245
commit f05f441dee
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
target/
.humanlayer/
tmp/

View file

@ -5,7 +5,7 @@ use imageproc::rect::Rect;
use crate::core::types::WindowInfo;
// Embedded font - DejaVu Sans Mono for guaranteed availability
// Embedded font
const FONT_BYTES: &[u8] = include_bytes!("../../assets/DejaVuSansMono.ttf");
const COLORS: &[Rgba<u8>] = &[