mirror of
https://github.com/harivansh-afk/deskctl.git
synced 2026-04-15 08:03:43 +00:00
gitignore and comment
This commit is contained in:
parent
2b65c83245
commit
f05f441dee
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1,3 @@
|
|||
target/
|
||||
.humanlayer/
|
||||
tmp/
|
||||
|
|
|
|||
|
|
@ -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>] = &[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue