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