Merge pull request #185 from bjz/tomaka-patch-1

Update for rustc
This commit is contained in:
Dzmitry Malyshau 2015-03-08 13:33:25 -04:00
commit f824d5f318

View file

@ -15,7 +15,7 @@
#![crate_type = "rlib"] #![crate_type = "rlib"]
#![crate_type = "dylib"] #![crate_type = "dylib"]
#![feature(old_impl_check, plugin, core, std_misc)] #![feature(old_impl_check, plugin, core, std_misc, custom_derive)]
#![plugin(rand_macros)] #![plugin(rand_macros)]
//! Computer graphics-centric math. //! Computer graphics-centric math.