wip: update to use latest iced
This commit is contained in:
parent
ca1469a6b2
commit
f4ad098647
49 changed files with 956 additions and 854 deletions
|
|
@ -20,7 +20,8 @@ impl<'a, Message: 'static> ElementExt for crate::Element<'a, Message> {
|
|||
}
|
||||
|
||||
/// Additional methods for the [`Column`] and [`Row`] widgets.
|
||||
pub trait CollectionWidget<'a, Message: 'a>: Widget<Message, crate::Renderer>
|
||||
pub trait CollectionWidget<'a, Message: 'a>:
|
||||
Widget<Message, crate::Theme, crate::Renderer>
|
||||
where
|
||||
Self: Sized,
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue