Rust version up
Fixes compile error
This commit is contained in:
parent
bef061c04c
commit
6937947a4a
1 changed files with 1 additions and 3 deletions
|
@ -16,6 +16,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)]
|
||||||
|
#![plugin(rand_macros)]
|
||||||
|
|
||||||
//! Computer graphics-centric math.
|
//! Computer graphics-centric math.
|
||||||
//!
|
//!
|
||||||
|
@ -33,9 +34,6 @@
|
||||||
|
|
||||||
extern crate "rustc-serialize" as rustc_serialize;
|
extern crate "rustc-serialize" as rustc_serialize;
|
||||||
extern crate rand;
|
extern crate rand;
|
||||||
#[plugin]
|
|
||||||
#[no_link]
|
|
||||||
extern crate rand_macros;
|
|
||||||
|
|
||||||
// Re-exports
|
// Re-exports
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue