Remove unnecessary Future imports
This commit is contained in:
parent
33a39bc83a
commit
c12beecd38
10 changed files with 0 additions and 13 deletions
|
|
@ -8,7 +8,6 @@ use raw_window_handle::{HasDisplayHandle, HasWindowHandle};
|
|||
use thiserror::Error;
|
||||
|
||||
use std::borrow::Cow;
|
||||
use std::future::Future;
|
||||
|
||||
/// A graphics compositor that can draw to windows.
|
||||
pub trait Compositor: Sized {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue