Do not re-export Palette from iced_core

This commit is contained in:
Clark Moody 2020-04-24 15:20:00 -05:00
parent 4b90241ea1
commit 27fadad324
3 changed files with 2 additions and 7 deletions

View file

@ -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 {