X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=main.rs;h=426bfb12ee398d4dce19ab227ddcc2810ae8c0dd;hb=a885862cc3b66323bd8d3c449e2a4f913082a973;hp=11ded826284cc340aa462e7739f9b25eb3c56195;hpb=70e7644b69b79a7d20db51fd9d242524209dff88;p=mandelwow.git diff --git a/main.rs b/main.rs index 11ded82..426bfb1 100644 --- a/main.rs +++ b/main.rs @@ -12,7 +12,7 @@ use glium::glutin::WindowEvent::KeyboardInput; use glium::Surface; use mandelwow_lib::*; use std::f32::consts::PI; -use timer::Timer; +use crate::timer::Timer; #[cfg(target_os = "emscripten")] use std::os::raw::{c_int, c_void}; @@ -120,8 +120,8 @@ fn main() { let mut timer = Timer::new(); let mut camera = support::camera::CameraState::new(); - let mut bounding_box_enabled = true; - let mut fullscreen = true; + let bounding_box_enabled = true; + let _fullscreen = true; // These are the bounds of the 3D Mandelwow section which we render in 3-space. let bounds = Cube {