Merge branch 'master' of gitlab.com:berniecodewiz/mandelwow
[mandelwow.git] / main.rs
diff --git a/main.rs b/main.rs
index 86421b4941a7c1c68b1462ef3e26d13e6168df9b..3b07180313e4ce50ef1be991610dc4782157b761 100644 (file)
--- a/main.rs
+++ b/main.rs
@@ -6,7 +6,7 @@ use glium::{Display, Program, Surface, uniform};
 use mandelwow_lib::*;
 use std::f32::consts::PI;
 use std::rc::Rc;
-use std::time::{Duration, Instant};
+use instant::{Duration, Instant};
 
 #[cfg(target_os = "emscripten")]
 use std::os::raw::{c_int, c_void};