Fix import styling in iced_wgpu::image::vector

This commit is contained in:
Héctor Ramón Jiménez 2023-12-11 10:47:53 +01:00
parent bb30b137d8
commit 33f92b1be7
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -1,8 +1,8 @@
use crate::core::svg;
use crate::core::{Color, Size};
use crate::graphics::text;
use crate::image::atlas::{self, Atlas};
use iced_graphics::text;
use resvg::tiny_skia;
use resvg::usvg::{self, TreeTextToPath};
use std::collections::{HashMap, HashSet};