Simplify re-exports paths
This commit is contained in:
parent
658fcf4d6f
commit
288cd89cf8
5 changed files with 20 additions and 11 deletions
|
@ -1,5 +1,7 @@
|
|||
use cosmic_text::{Attrs, Buffer, Color, Family, FontSystem, Metrics, SwashCache};
|
||||
use glyphon::{Resolution, TextArea, TextAtlas, TextBounds, TextRenderer};
|
||||
use glyphon::{
|
||||
Attrs, Buffer, Color, Family, FontSystem, Metrics, Resolution, SwashCache, TextArea, TextAtlas,
|
||||
TextBounds, TextRenderer,
|
||||
};
|
||||
use wgpu::{
|
||||
Backends, CommandEncoderDescriptor, CompositeAlphaMode, DeviceDescriptor, Features, Instance,
|
||||
Limits, LoadOp, Operations, PresentMode, RenderPassColorAttachment, RenderPassDescriptor,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue