Simplify re-exports paths

This commit is contained in:
grovesNL 2023-01-29 22:04:01 -03:30 committed by Josh Groves
parent 658fcf4d6f
commit 288cd89cf8
5 changed files with 20 additions and 11 deletions

View file

@ -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,