feat!(widget): rewrite button & icon widget APIs
This commit is contained in:
parent
18debe546d
commit
4e4eeaac12
60 changed files with 2191 additions and 1113 deletions
|
|
@ -10,6 +10,7 @@ use iced_core::Font;
|
|||
|
||||
/// Configure a new COSMIC application.
|
||||
#[allow(clippy::struct_excessive_bools)]
|
||||
#[must_use]
|
||||
#[derive(derive_setters::Setters)]
|
||||
pub struct Settings {
|
||||
/// Produces a smoother result in some widgets, at a performance cost.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue