feat: improve get_pixel performance
This commit is contained in:
parent
0978664188
commit
f0fca8182f
3 changed files with 49 additions and 43 deletions
|
|
@ -8,6 +8,7 @@ use crate::{
|
|||
GRID_LENGTH, HELP_TEXT,
|
||||
};
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct TextParser {
|
||||
canvas: Canvas,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue