summaryrefslogtreecommitdiffstats
path: root/native/src/widget/scrollable.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-30 05:04:45 +0200
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-04-30 05:04:45 +0200
commitbb9ccc4f62ceea08dc1ef0c6c4d3d219897e44a1 (patch)
tree5741bbfd344137f88deb8d87584cc70fb0a9f80b /native/src/widget/scrollable.rs
parent137664ca88a9bf2398380fd1c04b00c62c868383 (diff)
downloadiced-bb9ccc4f62ceea08dc1ef0c6c4d3d219897e44a1.tar.gz
iced-bb9ccc4f62ceea08dc1ef0c6c4d3d219897e44a1.tar.bz2
iced-bb9ccc4f62ceea08dc1ef0c6c4d3d219897e44a1.zip
Remove inconsistent `input` module in `iced_native`
Diffstat (limited to 'native/src/widget/scrollable.rs')
-rw-r--r--native/src/widget/scrollable.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/native/src/widget/scrollable.rs b/native/src/widget/scrollable.rs
index da11c50c..3c8e5e5b 100644
--- a/native/src/widget/scrollable.rs
+++ b/native/src/widget/scrollable.rs
@@ -1,7 +1,7 @@
//! Navigate an endless amount of content with a scrollbar.
use crate::{
- column, input::mouse, layout, Align, Clipboard, Column, Element, Event,
- Hasher, Layout, Length, Point, Rectangle, Size, Widget,
+ column, layout, mouse, Align, Clipboard, Column, Element, Event, Hasher,
+ Layout, Length, Point, Rectangle, Size, Widget,
};
use std::{f32, hash::Hash, u32};