migrate to relm 0.8.1

This commit is contained in:
2024-03-17 17:37:38 +01:00
parent 9e95347226
commit 8c3db04c3e
9 changed files with 250 additions and 234 deletions

View File

@@ -24,7 +24,6 @@ impl FactoryComponent for Container {
type Output = ();
type CommandOutput = ();
type Widgets = ContainerWidgets;
type ParentInput = AppMsg;
type ParentWidget = gtk::ListBox;
type Index = String;