X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=main.rs;h=d6cd210c2cfa406151f3784f91536fc7192cc070;hb=94fdc78f7f906b1afefc0075f31f35dab18d4f1c;hp=4aa56cbf57c9d5e0517803c6153d380b811a8ad2;hpb=55f93f77ec7f53802780f8224de664a714657d89;p=mandelwow.git diff --git a/main.rs b/main.rs index 4aa56cb..d6cd210 100644 --- 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};