summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/lib.rs b/web/src/lib.rs
index 3fe98dfb..53b54b7e 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, mouse, Align, Background, Color, Font, HorizontalAlignment,
- Length, MouseCursor, Point, Rectangle, Size, Vector, VerticalAlignment,
+ Length, Point, Rectangle, Size, Vector, VerticalAlignment,
};
pub use iced_futures::{executor, futures, Command};
pub use subscription::Subscription;