summaryrefslogtreecommitdiffstats
path: root/wgpu/src/widget/scrollable.rs
diff options
context:
space:
mode:
Diffstat (limited to 'wgpu/src/widget/scrollable.rs')
-rw-r--r--wgpu/src/widget/scrollable.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/wgpu/src/widget/scrollable.rs b/wgpu/src/widget/scrollable.rs
index 1d236105..fabb4318 100644
--- a/wgpu/src/widget/scrollable.rs
+++ b/wgpu/src/widget/scrollable.rs
@@ -1,8 +1,8 @@
//! Navigate an endless amount of content with a scrollbar.
use crate::Renderer;
+pub use iced_graphics::scrollable::{Scrollbar, Scroller, StyleSheet};
pub use iced_native::scrollable::State;
-pub use iced_style::scrollable::{Scrollbar, Scroller, StyleSheet};
/// A widget that can vertically display an infinite amount of content
/// with a scrollbar.