Move MouseCursor to iced_wgpu
This commit is contained in:
parent
a7d1194403
commit
a90f7fcb98
6 changed files with 5 additions and 10 deletions
|
|
@ -1,6 +1,6 @@
|
|||
//! Display images in your user interface.
|
||||
|
||||
use crate::{Element, Hasher, Layout, MouseCursor, Node, Point, Widget};
|
||||
use crate::{Element, Hasher, Layout, Node, Point, Widget};
|
||||
|
||||
use std::hash::Hash;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
use std::hash::Hash;
|
||||
|
||||
use crate::{
|
||||
Element, Event, Hasher, Layout, MouseCursor, Node, Point, Style, Widget,
|
||||
};
|
||||
use crate::{Element, Event, Hasher, Layout, Node, Point, Style, Widget};
|
||||
|
||||
/// A container that distributes its contents horizontally.
|
||||
pub type Row<'a, Message, Renderer> =
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
use std::hash::Hash;
|
||||
|
||||
use crate::input::{mouse, ButtonState};
|
||||
use crate::{Element, Event, Hasher, Layout, MouseCursor, Node, Point, Widget};
|
||||
use crate::{Element, Event, Hasher, Layout, Node, Point, Widget};
|
||||
|
||||
pub use iced_core::slider::*;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue