Expose Padding in iced root crate

This commit is contained in:
Héctor Ramón Jiménez 2022-05-03 19:37:48 +02:00
parent cb1aaf1bdd
commit f3d6d3bbce
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -226,6 +226,6 @@ pub use settings::Settings;
pub use runtime::alignment;
pub use runtime::futures;
pub use runtime::{
Alignment, Background, Color, Command, ContentFit, Font, Length, Point,
Rectangle, Size, Subscription, Vector,
Alignment, Background, Color, Command, ContentFit, Font, Length, Padding,
Point, Rectangle, Size, Subscription, Vector,
};