Simplify re-exports paths
This commit is contained in:
parent
658fcf4d6f
commit
288cd89cf8
5 changed files with 20 additions and 11 deletions
|
@ -1,7 +1,7 @@
|
|||
use crate::{
|
||||
text_render::ContentType, GlyphDetails, GlyphToRender, Params, RecentlyUsedMap, Resolution,
|
||||
text_render::ContentType, CacheKey, GlyphDetails, GlyphToRender, Params, RecentlyUsedMap,
|
||||
Resolution,
|
||||
};
|
||||
use cosmic_text::CacheKey;
|
||||
use etagere::{size2, Allocation, BucketedAtlasAllocator};
|
||||
use std::{borrow::Cow, mem::size_of, num::NonZeroU64, sync::Arc};
|
||||
use wgpu::{
|
||||
|
@ -144,7 +144,7 @@ impl TextAtlas {
|
|||
format: VertexFormat::Uint32,
|
||||
offset: size_of::<u32>() as u64 * 5,
|
||||
shader_location: 4,
|
||||
}
|
||||
},
|
||||
],
|
||||
}];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue