X-Git-Url: https://codewiz.org/gitweb?p=mandelwow.git;a=blobdiff_plain;f=main.rs;fp=main.rs;h=1ad2eea7d77b543a34cfd1cbb7b258e03bf2da55;hp=426bfb12ee398d4dce19ab227ddcc2810ae8c0dd;hb=53cdc6ff212fc7aafdc591badc589ab9220d1606;hpb=a885862cc3b66323bd8d3c449e2a4f913082a973 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;