diff options
Diffstat (limited to 'native/src/window/redraw_request.rs')
-rw-r--r-- | native/src/window/redraw_request.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/native/src/window/redraw_request.rs b/native/src/window/redraw_request.rs index be5bd757..3b4f0fd3 100644 --- a/native/src/window/redraw_request.rs +++ b/native/src/window/redraw_request.rs @@ -1,4 +1,4 @@ -use instant::Instant; +use crate::time::Instant; /// A request to redraw a window. #[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord)] |