diff options
author | 2020-04-28 06:31:00 +0200 | |
---|---|---|
committer | 2020-04-28 06:31:00 +0200 | |
commit | 85dc07c3b00b4f6c40fcba571c067b941c868098 (patch) | |
tree | ecd934f6a89b6585698129a67c66774a7c69aefb /web | |
parent | 2539042b71d70afd4d8f262783d441e768811ee9 (diff) | |
download | iced-85dc07c3b00b4f6c40fcba571c067b941c868098.tar.gz iced-85dc07c3b00b4f6c40fcba571c067b941c868098.tar.bz2 iced-85dc07c3b00b4f6c40fcba571c067b941c868098.zip |
Expose `Rectangle` in `iced_web`
Diffstat (limited to 'web')
-rw-r--r-- | web/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/lib.rs b/web/src/lib.rs index 395c0a25..cccecdc3 100644 --- a/web/src/lib.rs +++ b/web/src/lib.rs @@ -75,7 +75,7 @@ pub use element::Element; pub use hasher::Hasher; pub use iced_core::{ keyboard, Align, Background, Color, Font, HorizontalAlignment, Length, - Point, Size, Vector, VerticalAlignment, + Point, Rectangle, Size, Vector, VerticalAlignment, }; pub use iced_futures::{executor, futures, Command}; pub use subscription::Subscription; |