X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=main.rs;h=1ad2eea7d77b543a34cfd1cbb7b258e03bf2da55;hb=4b7d66ca13d763e8f1666c0d342cfd2857847f41;hp=426bfb12ee398d4dce19ab227ddcc2810ae8c0dd;hpb=a885862cc3b66323bd8d3c449e2a4f913082a973;p=mandelwow.git diff --git a/main.rs b/main.rs index 426bfb1..1ad2eea 100644 --- a/main.rs +++ b/main.rs @@ -1,15 +1,8 @@ -extern crate mandelwow_lib; - -extern crate cgmath; -#[macro_use(uniform)] -extern crate glium; -extern crate glutin; - use cgmath::conv::array4x4; use cgmath::{Euler, Matrix4, Rad, SquareMatrix, Vector3, Vector4, Zero}; use glium::glutin::VirtualKeyCode; use glium::glutin::WindowEvent::KeyboardInput; -use glium::Surface; +use glium::{Surface, uniform}; use mandelwow_lib::*; use std::f32::consts::PI; use crate::timer::Timer;