Export Pixels in root crate
This commit is contained in:
parent
6d90f764b4
commit
703ef71029
1 changed files with 2 additions and 2 deletions
|
|
@ -189,8 +189,8 @@ pub use style::theme;
|
||||||
pub use crate::core::alignment;
|
pub use crate::core::alignment;
|
||||||
pub use crate::core::event;
|
pub use crate::core::event;
|
||||||
pub use crate::core::{
|
pub use crate::core::{
|
||||||
color, Alignment, Background, Color, ContentFit, Length, Padding, Point,
|
color, Alignment, Background, Color, ContentFit, Length, Padding, Pixels,
|
||||||
Rectangle, Size, Vector,
|
Point, Rectangle, Size, Vector,
|
||||||
};
|
};
|
||||||
pub use crate::runtime::Command;
|
pub use crate::runtime::Command;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue