From 7358a7cff6524788498b9ae0ccaaabde7d8b82be Mon Sep 17 00:00:00 2001 From: keith Date: Sun, 26 Jan 2020 14:27:15 -0800 Subject: [PATCH] minor using fix --- src/window.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/window.rs b/src/window.rs index 1c9a523..b68823d 100644 --- a/src/window.rs +++ b/src/window.rs @@ -1,5 +1,4 @@ use std::sync::Arc; -use std::time::Instant; use image::{load_from_memory, GenericImageView, Pixel}; use skulpin::{CoordinateSystem, RendererBuilder, PresentMode};