Import Executor directly from crate
This commit is contained in:
parent
f9ee3229c1
commit
d20ce8d82c
1 changed files with 3 additions and 3 deletions
|
|
@ -30,11 +30,11 @@
|
||||||
//! ]
|
//! ]
|
||||||
//! }
|
//! }
|
||||||
//! ```
|
//! ```
|
||||||
use iced_futures::Executor;
|
|
||||||
|
|
||||||
use crate::program::{self, Program};
|
use crate::program::{self, Program};
|
||||||
use crate::window;
|
use crate::window;
|
||||||
use crate::{Element, Font, Result, Settings, Size, Subscription, Task};
|
use crate::{
|
||||||
|
Element, Executor, Font, Result, Settings, Size, Subscription, Task,
|
||||||
|
};
|
||||||
|
|
||||||
use std::borrow::Cow;
|
use std::borrow::Cow;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue