diff --git a/ggdt/src/graphics/font.rs b/ggdt/src/graphics/font.rs index 0fb4636..6f4368e 100644 --- a/ggdt/src/graphics/font.rs +++ b/ggdt/src/graphics/font.rs @@ -57,7 +57,7 @@ pub trait Font { PixelType: Pixel; } -#[derive(Debug, Clone, Eq, PartialEq)] +#[derive(Debug, Copy, Clone, Eq, PartialEq)] pub struct BitmaskCharacter { bytes: [u8; CHAR_HEIGHT], bounds: Rect,