Working on grid rendering

This commit is contained in:
Mikayla Maki 2022-07-05 11:28:16 -07:00
parent e14b3db68a
commit 342d38a9fb
5 changed files with 95 additions and 61 deletions

View file

@ -81,7 +81,7 @@ pub struct Shadow {
pub color: Color,
}
#[derive(Debug)]
#[derive(Debug, Clone, Copy)]
pub struct Glyph {
pub font_id: FontId,
pub font_size: f32,