remove unused imports
This commit is contained in:
parent
eb25d0b1cf
commit
9cb24a0b1e
8 changed files with 19 additions and 120 deletions
|
@ -1,6 +1,6 @@
|
|||
use alloc::vec::Vec;
|
||||
use tiny_skia::{
|
||||
BlendMode, Color, FillRule, LineCap, Paint, Path, PathBuilder, Pixmap, Rect, Shader,
|
||||
BlendMode, Color, FillRule, LineCap, Paint, Path, PathBuilder, Pixmap, Shader,
|
||||
Stroke as SStroke, Transform,
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue