Remove unnecessary Future imports

This commit is contained in:
Héctor Ramón Jiménez 2025-02-21 01:41:42 +01:00
parent 33a39bc83a
commit c12beecd38
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
10 changed files with 0 additions and 13 deletions

View file

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