X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=benches%2Fbounding_box.rs;h=54351d9534c674f92e907cf70eed81dd6203e8db;hb=1c9185a391b011d8d700f34a4d70cf770ac9e71f;hp=be448a7000b02722c9469782ab6b301a2766c3e4;hpb=a9403c5b68afe3ad9d759bfe101c1e57bc279f13;p=mandelwow.git diff --git a/benches/bounding_box.rs b/benches/bounding_box.rs index be448a7..54351d9 100644 --- a/benches/bounding_box.rs +++ b/benches/bounding_box.rs @@ -1,11 +1,7 @@ #![feature(test)] - -extern crate mandelwow_lib; -extern crate glutin; -#[macro_use(uniform)] -extern crate glium; extern crate test; +use glium::uniform; use mandelwow_lib::Cube; use mandelwow_lib::bounding_box::*;