summaryrefslogtreecommitdiffstats
path: root/native/src/widget/slider.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-10-05 03:58:23 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-10-05 03:58:23 +0200
commita90f7fcb987f667a80038a5e72f379abbd59d932 (patch)
tree01e687b72100a259060bbc46c5b3311e84353dd5 /native/src/widget/slider.rs
parenta7d11944039a1b5ea5b72256e8d15367d99e6010 (diff)
downloadiced-a90f7fcb987f667a80038a5e72f379abbd59d932.tar.gz
iced-a90f7fcb987f667a80038a5e72f379abbd59d932.tar.bz2
iced-a90f7fcb987f667a80038a5e72f379abbd59d932.zip
Move `MouseCursor` to `iced_wgpu`
Diffstat (limited to '')
-rw-r--r--native/src/widget/slider.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/widget/slider.rs b/native/src/widget/slider.rs
index cd36c4b9..77095cb7 100644
--- a/native/src/widget/slider.rs
+++ b/native/src/widget/slider.rs
@@ -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::*;