X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=lib.rs;h=98797f372eb1af0485144d2c6d2395b978bc70c3;hb=e758b0d67cbb0fdb0bc316b9b4037511e492c0d5;hp=2afc947314b23b7e19db9faf87b937dbcc820594;hpb=61b82c37bc1798c4878bea2ca0139f3b9ad8ecd8;p=mandelwow.git diff --git a/lib.rs b/lib.rs index 2afc947..98797f3 100644 --- a/lib.rs +++ b/lib.rs @@ -1,5 +1,5 @@ extern crate cgmath; -#[macro_use(uniform,program,implement_vertex)] +#[macro_use(uniform,implement_vertex)] extern crate glium; extern crate glutin; #[cfg(feature = "image")]