diff options
author | 2020-04-01 00:25:08 +0200 | |
---|---|---|
committer | 2020-04-02 03:44:14 +0200 | |
commit | c73f23c38057a4b1af368da5ac3268de317a55fa (patch) | |
tree | 8682e099672d28251cf0e41250cba9be96562779 /src/lib.rs | |
parent | 4979635764da0ffefdfa7f9ff5070b23429d2e92 (diff) | |
download | iced-c73f23c38057a4b1af368da5ac3268de317a55fa.tar.gz iced-c73f23c38057a4b1af368da5ac3268de317a55fa.tar.bz2 iced-c73f23c38057a4b1af368da5ac3268de317a55fa.zip |
Move `Space` to `widget` module
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -205,5 +205,5 @@ use iced_web as common; pub use common::{ futures, Align, Background, Color, Command, Font, HorizontalAlignment, - Length, Point, Size, Space, Subscription, Vector, VerticalAlignment, + Length, Point, Size, Subscription, Vector, VerticalAlignment, }; |