diff options
Diffstat (limited to '')
| -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;  | 
