summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs2
-rw-r--r--src/widget.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/lib.rs b/src/lib.rs
index aeec24c2..4c7a1310 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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,
};
diff --git a/src/widget.rs b/src/widget.rs
index 91ea1ed4..d8317091 100644
--- a/src/widget.rs
+++ b/src/widget.rs
@@ -30,7 +30,7 @@ mod platform {
pub use iced_winit::svg::{Handle, Svg};
}
- pub use iced_winit::Text;
+ pub use iced_winit::{Space, Text};
#[doc(no_inline)]
pub use {