diff options
Diffstat (limited to 'native/src/window.rs')
-rw-r--r-- | native/src/window.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/window.rs b/native/src/window.rs index 97a96e54..aa3f35c7 100644 --- a/native/src/window.rs +++ b/native/src/window.rs @@ -5,7 +5,7 @@ pub use action::Action; use crate::core::time::Instant; use crate::core::window::Event; -use crate::subscription::{self, Subscription}; +use crate::futures::subscription::{self, Subscription}; /// Subscribes to the frames of the window of the running application. /// |