Fix imports of geometry::style in iced_graphics
This commit is contained in:
parent
10a8c599e6
commit
3d44de9547
1 changed files with 2 additions and 2 deletions
|
|
@ -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)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue