Export Pixels in root crate

This commit is contained in:
Héctor Ramón Jiménez 2023-03-29 00:18:06 +02:00
parent 6d90f764b4
commit 703ef71029
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

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