Conditional re-export of palette from iced_core
This commit is contained in:
parent
04be010fbd
commit
71657b50dd
1 changed files with 3 additions and 0 deletions
|
|
@ -35,3 +35,6 @@ pub use point::Point;
|
|||
pub use rectangle::Rectangle;
|
||||
pub use size::Size;
|
||||
pub use vector::Vector;
|
||||
|
||||
#[cfg(feature = "palette")]
|
||||
pub use palette;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue