diff options
author | 2023-03-29 00:18:06 +0200 | |
---|---|---|
committer | 2023-03-29 00:19:20 +0200 | |
commit | 703ef710291187f5c9a413bbaefcf4892f816a62 (patch) | |
tree | 25923fbd5045b099190272c2272aceb4e9925d6d /src/lib.rs | |
parent | 6d90f764b45fe1aaf7071c36371f11a81786eefa (diff) | |
download | iced-703ef710291187f5c9a413bbaefcf4892f816a62.tar.gz iced-703ef710291187f5c9a413bbaefcf4892f816a62.tar.bz2 iced-703ef710291187f5c9a413bbaefcf4892f816a62.zip |
Export `Pixels` in root crate
Diffstat (limited to '')
-rw-r--r-- | src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -189,8 +189,8 @@ pub use style::theme; pub use crate::core::alignment; pub use crate::core::event; pub use crate::core::{ - color, Alignment, Background, Color, ContentFit, Length, Padding, Point, - Rectangle, Size, Vector, + color, Alignment, Background, Color, ContentFit, Length, Padding, Pixels, + Point, Rectangle, Size, Vector, }; pub use crate::runtime::Command; |