Do not re-export Palette from iced_core
This commit is contained in:
parent
4b90241ea1
commit
27fadad324
3 changed files with 2 additions and 7 deletions
|
|
@ -2,7 +2,7 @@ use iced::{
|
|||
canvas, slider, text_input, Canvas, Color, Column, Element, Length, Point,
|
||||
Row, Sandbox, Settings, Slider, Text, TextInput,
|
||||
};
|
||||
use iced_core::palette::{self, Limited};
|
||||
use palette::{self, Limited};
|
||||
|
||||
pub fn main() {
|
||||
ColorPalette::run(Settings {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue