marcel 0.1.1

Dynamic theme library for the iced GUI framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Helper module containing all the serial versions of the themes.



pub(crate) use crate::border::serial::Border;
pub(crate) use crate::button::serial::Button;
pub(crate) use crate::color::Color;
pub(crate) use crate::container::serial::Container;
pub(crate) use crate::panegrid::serial::PaneGrid;
pub(crate) use crate::picklist::serial::Picklist;
pub(crate) use crate::progressbar::serial::ProgressBar;
pub(crate) use crate::scrollable::serial::Scrollable;
pub(crate) use crate::textinput::serial::TextInput;
pub(crate) use crate::tooltip::serial::Tooltip;