Fix imports of geometry::style in iced_graphics

This commit is contained in:
Héctor Ramón Jiménez 2023-05-19 03:49:42 +02:00
parent 10a8c599e6
commit 3d44de9547
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -1,5 +1,5 @@
use crate::Gradient;
use iced_core::Color;
use crate::core::Color;
use crate::geometry::Gradient;
/// The coloring style of some drawing.
#[derive(Debug, Clone, PartialEq)]