summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index eee7a6ee..c574a345 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -207,7 +207,8 @@ use iced_web as runtime;
pub use runtime::{
futures, Align, Background, Color, Command, Font, HorizontalAlignment,
- Length, Point, Rectangle, Size, Subscription, Vector, VerticalAlignment,
+ Length, MouseCursor, Point, Rectangle, Size, Subscription, Vector,
+ VerticalAlignment,
};
#[cfg(not(target_arch = "wasm32"))]