Move MouseCursor to iced_core
This commit is contained in:
parent
52719c7076
commit
ec712c8032
5 changed files with 7 additions and 6 deletions
|
|
@ -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"))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue