From ec712c8032a25c5dc65152c3ab39bddaecbdce77 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 29 Apr 2020 03:21:46 +0200 Subject: Move `MouseCursor` to `iced_core` --- src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib.rs') 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"))] -- cgit