Move MouseCursor to iced_wgpu

This commit is contained in:
Héctor Ramón Jiménez 2019-10-05 03:58:23 +02:00
parent a7d1194403
commit a90f7fcb98
6 changed files with 5 additions and 10 deletions

View file

@ -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> =