feat: improve get_pixel performance

This commit is contained in:
Noa Aarts 2024-10-09 16:19:17 +02:00
parent 0978664188
commit f0fca8182f
Signed by: noa
GPG key ID: 1850932741EFF672
3 changed files with 49 additions and 43 deletions

View file

@ -8,6 +8,7 @@ use crate::{
GRID_LENGTH, HELP_TEXT,
};
#[derive(Clone)]
pub struct TextParser {
canvas: Canvas,
}