X-Git-Url: https://codewiz.org/gitweb?p=mandelwow.git;a=blobdiff_plain;f=lib.rs;h=98797f372eb1af0485144d2c6d2395b978bc70c3;hp=2afc947314b23b7e19db9faf87b937dbcc820594;hb=4010a0433b1dfc4b85dc0c4386bc9e5e77d2cb62;hpb=5b769a11c534636ff7ffcdcb1010fd0d18f85c84 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")]