X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=benches%2Fbounding_box.rs;h=54351d9534c674f92e907cf70eed81dd6203e8db;hb=53cdc6ff212fc7aafdc591badc589ab9220d1606;hp=be448a7000b02722c9469782ab6b301a2766c3e4;hpb=a885862cc3b66323bd8d3c449e2a4f913082a973;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::*;