Provide new Window trait to window::run

Co-authored-by: flakes <cxxjoe@gmail.com>
This commit is contained in:
Héctor Ramón Jiménez 2025-11-20 00:20:24 +01:00
parent 2bbc7385e0
commit bbba0942f8
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 48 additions and 14 deletions

View file

@ -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;