X-Git-Url: https://codewiz.org/gitweb?p=mandelwow.git;a=blobdiff_plain;f=main.rs;h=3b07180313e4ce50ef1be991610dc4782157b761;hp=86421b4941a7c1c68b1462ef3e26d13e6168df9b;hb=a8881527feaf60d0f01bc44d118fe094204fdc39;hpb=9ae471dda58c74e83c7080f7ea527105e063aef3 diff --git a/main.rs b/main.rs index 86421b4..3b07180 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};