diff options
Diffstat (limited to '')
-rw-r--r-- | core/src/window/screenshot.rs (renamed from runtime/src/window/screenshot.rs) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/src/window/screenshot.rs b/core/src/window/screenshot.rs index d9adbc01..424168bb 100644 --- a/runtime/src/window/screenshot.rs +++ b/core/src/window/screenshot.rs @@ -1,5 +1,5 @@ //! Take screenshots of a window. -use crate::core::{Rectangle, Size}; +use crate::{Rectangle, Size}; use bytes::Bytes; use std::fmt::{Debug, Formatter}; |