summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-29 00:18:06 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-03-29 00:19:20 +0200
commit703ef710291187f5c9a413bbaefcf4892f816a62 (patch)
tree25923fbd5045b099190272c2272aceb4e9925d6d /src
parent6d90f764b45fe1aaf7071c36371f11a81786eefa (diff)
downloadiced-703ef710291187f5c9a413bbaefcf4892f816a62.tar.gz
iced-703ef710291187f5c9a413bbaefcf4892f816a62.tar.bz2
iced-703ef710291187f5c9a413bbaefcf4892f816a62.zip
Export `Pixels` in root crate
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index c59d5058..26d1a358 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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;