Move Maybe* traits back to iced_futures

This commit is contained in:
Héctor Ramón Jiménez 2024-06-14 01:57:49 +02:00
parent 4ab4ffc9cf
commit 4e7cbbf98a
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
11 changed files with 12 additions and 14 deletions

View file

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