From caf07e828883bbf68864cde20864c9233586e268 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Mon, 21 Aug 2023 22:57:56 +0200 Subject: [PATCH] chore: re-export `iced::Command` --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index 576332e7..dd8d8616 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -6,6 +6,7 @@ pub mod app; pub use app::{Application, ApplicationExt}; +pub use iced::Command; pub mod command; pub use cosmic_config; pub use cosmic_theme;