Move MouseCursor to iced_core

This commit is contained in:
Héctor Ramón Jiménez 2020-04-29 03:21:46 +02:00
parent 52719c7076
commit ec712c8032
5 changed files with 7 additions and 6 deletions

View file

@ -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"))]