diff options
author | 2022-05-03 19:37:48 +0200 | |
---|---|---|
committer | 2022-05-03 19:37:48 +0200 | |
commit | f3d6d3bbcec195aa399db66f729a8c81a28dcfe6 (patch) | |
tree | 6040adb36c871836e277de403f9f53e7845c6139 /src | |
parent | cb1aaf1bddd86ef37502602fe0c9d900e8f3f769 (diff) | |
download | iced-f3d6d3bbcec195aa399db66f729a8c81a28dcfe6.tar.gz iced-f3d6d3bbcec195aa399db66f729a8c81a28dcfe6.tar.bz2 iced-f3d6d3bbcec195aa399db66f729a8c81a28dcfe6.zip |
Expose `Padding` in `iced` root crate
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, }; |