iced/style/src
Ian Douglas Scott be9cd3a09f Use once_cell instead of lazy_static
This seems to be generally considered the preferred, idiomatic solution
now. This is in the standard library behind a feature flag (apparently
now called `std::sync::LazyLock`).
2022-10-28 15:58:21 -07:00
..
theme Use once_cell instead of lazy_static 2022-10-28 15:58:21 -07:00
application.rs Add Style variant support to application::StyleSheet 2022-07-08 20:07:33 +02:00
button.rs Rename Variant to Style and Style to Appearance 2022-05-26 23:07:34 +02:00
checkbox.rs Implement theme styling for Checkbox 2022-06-04 03:26:53 +02:00
container.rs Implement theme styling for Container 2022-06-07 04:11:24 +02:00
lib.rs Fix further clippy lints 2022-07-09 18:03:59 +02:00
menu.rs feat: allow specification of border_radius for pick_list::Menu 2022-08-02 16:16:06 -07:00
pane_grid.rs Implement theme styling for PaneGrid 2022-06-01 01:46:14 +02:00
pick_list.rs Implement theme styling for PickList and Menu 2022-06-07 04:51:44 +02:00
progress_bar.rs Implement theme styling for ProgressBar 2022-06-01 02:40:42 +02:00
radio.rs Add is_selected argument in radio::StyleSheet 2022-10-05 19:07:02 +02:00
rule.rs Implement theme styling for Rule 2022-06-01 01:56:46 +02:00
scrollable.rs Implement theme styling for Scrollable 2022-06-07 03:26:48 +02:00
slider.rs Rename Variant to Style and Style to Appearance 2022-05-26 23:07:34 +02:00
text.rs Fix further clippy lints 2022-07-09 18:03:59 +02:00
text_input.rs Implement theme styling for TextInput 2022-06-07 01:11:35 +02:00
theme.rs Add is_selected argument in radio::StyleSheet 2022-10-05 19:07:02 +02:00
toggler.rs Derive Clone and Copy for toggler::Appearance 2022-10-05 19:08:07 +02:00