Added an Icon widget to native.
This commit is contained in:
parent
8032428428
commit
a88aae5e04
7 changed files with 138 additions and 6 deletions
|
|
@ -80,11 +80,16 @@ pub mod widget {
|
|||
pub use iced_winit::image::{Handle, Image};
|
||||
}
|
||||
|
||||
pub mod icon {
|
||||
//! Display icons in your user interface.
|
||||
pub use iced_winit::icon::Icon;
|
||||
}
|
||||
|
||||
pub use iced_winit::{Checkbox, Radio, Text};
|
||||
|
||||
#[doc(no_inline)]
|
||||
pub use {
|
||||
button::Button, image::Image, scrollable::Scrollable, slider::Slider,
|
||||
button::Button, icon::Icon, image::Image, scrollable::Scrollable, slider::Slider,
|
||||
text_input::TextInput,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue