Provide new Window trait to window::run
Co-authored-by: flakes <cxxjoe@gmail.com>
This commit is contained in:
parent
2bbc7385e0
commit
bbba0942f8
4 changed files with 48 additions and 14 deletions
|
|
@ -24,6 +24,7 @@ pub use iced_futures as futures;
|
|||
|
||||
pub use task::Task;
|
||||
pub use user_interface::UserInterface;
|
||||
pub use window::Window;
|
||||
|
||||
use crate::futures::futures::channel::oneshot;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue