Update for rustc

This commit is contained in:
tomaka 2015-03-08 16:30:01 +01:00
parent 5d6717cbf1
commit 5ec45d1699

View file

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