Converge Command types from iced_futures and iced_native
This commit is contained in:
parent
43414bbdfb
commit
8af69be47e
9 changed files with 161 additions and 266 deletions
|
|
@ -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::*;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue