From 6ba2461445e68127ef686d2b9d79eb7a09f42a86 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 15 Dec 2019 06:28:44 +0100 Subject: Update `Svg` documentation --- src/native.rs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/native.rs') diff --git a/src/native.rs b/src/native.rs index 8c86ec7e..c6ddf25b 100644 --- a/src/native.rs +++ b/src/native.rs @@ -81,16 +81,16 @@ pub mod widget { } pub mod svg { - //! Display icons in your user interface. - pub use iced_winit::svg::Svg; + //! Display vector graphics in your user interface. + pub use iced_winit::svg::{Handle, Svg}; } pub use iced_winit::{Checkbox, Radio, Text}; #[doc(no_inline)] pub use { - button::Button, image::Image, scrollable::Scrollable, - slider::Slider, svg::Svg, text_input::TextInput, + button::Button, image::Image, scrollable::Scrollable, slider::Slider, + svg::Svg, text_input::TextInput, }; /// A container that distributes its contents vertically. -- cgit