Update to latest cosmic-text

This commit is contained in:
grovesNL 2022-10-25 22:38:12 -02:30 committed by Josh Groves
parent 75fc8f978f
commit 7fe35bdce3
4 changed files with 160 additions and 167 deletions

View file

@ -42,6 +42,8 @@ pub(crate) struct GlyphDetails {
height: u16,
gpu_cache: GpuCache,
atlas_id: Option<AllocId>,
top: i16,
left: i16,
}
#[repr(C)]