summaryrefslogtreecommitdiffstats
path: root/src/widget.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.rs')
-rw-r--r--src/widget.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widget.rs b/src/widget.rs
index 526f2b53..76cea7be 100644
--- a/src/widget.rs
+++ b/src/widget.rs
@@ -141,6 +141,7 @@ pub mod tooltip {
pub use iced_native::widget::progress_bar;
pub use iced_native::widget::rule;
pub use iced_native::widget::slider;
+pub use iced_native::widget::vertical_slider;
pub use iced_native::widget::Space;
pub use button::Button;
@@ -157,6 +158,7 @@ pub use text::Text;
pub use text_input::TextInput;
pub use toggler::Toggler;
pub use tooltip::Tooltip;
+pub use vertical_slider::VerticalSlider;
#[cfg(feature = "canvas")]
#[cfg_attr(docsrs, doc(cfg(feature = "canvas")))]