Simplify re-exports paths
This commit is contained in:
parent
658fcf4d6f
commit
288cd89cf8
5 changed files with 20 additions and 11 deletions
|
@ -1,8 +1,7 @@
|
|||
use crate::{
|
||||
GlyphDetails, GlyphToRender, GpuCacheStatus, Params, PrepareError, RenderError, Resolution,
|
||||
TextArea, TextAtlas,
|
||||
CacheKey, Color, GlyphDetails, GlyphToRender, GpuCacheStatus, Params, PrepareError,
|
||||
RenderError, Resolution, SwashCache, SwashContent, TextArea, TextAtlas,
|
||||
};
|
||||
use cosmic_text::{CacheKey, Color, SwashCache, SwashContent};
|
||||
use std::{collections::HashSet, iter, mem::size_of, num::NonZeroU32, slice};
|
||||
use wgpu::{
|
||||
Buffer, BufferDescriptor, BufferUsages, Device, Extent3d, ImageCopyTexture, ImageDataLayout,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue