Update for rustc
This commit is contained in:
parent
5d6717cbf1
commit
5ec45d1699
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue