Move Maybe* traits back to iced_futures
This commit is contained in:
parent
4ab4ffc9cf
commit
4e7cbbf98a
11 changed files with 12 additions and 14 deletions
|
|
@ -1,6 +1,7 @@
|
|||
//! A compositor is responsible for initializing a renderer and managing window
|
||||
//! surfaces.
|
||||
use crate::core::{Color, MaybeSend, MaybeSync};
|
||||
use crate::core::Color;
|
||||
use crate::futures::{MaybeSend, MaybeSync};
|
||||
use crate::{Error, Settings, Viewport};
|
||||
|
||||
use raw_window_handle::{HasDisplayHandle, HasWindowHandle};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue