Converge Command types from iced_futures and iced_native

This commit is contained in:
Héctor Ramón Jiménez 2023-03-05 06:23:40 +01:00
parent 43414bbdfb
commit 8af69be47e
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
9 changed files with 161 additions and 266 deletions

View file

@ -20,7 +20,6 @@
pub use futures;
pub use iced_core as core;
mod command;
mod maybe_send;
mod runtime;
@ -28,7 +27,6 @@ pub mod backend;
pub mod executor;
pub mod subscription;
pub use command::Command;
pub use executor::Executor;
pub use maybe_send::MaybeSend;
pub use platform::*;