Update to latest Rust.
Version of rustc: rustc 0.10-pre (4d64441 2014-03-12 15:07:06 -0700)
This commit is contained in:
parent
7bc561c835
commit
503b567b27
|
@ -1,4 +1,4 @@
|
|||
use std::rand::random;
|
||||
use rand::random;
|
||||
use test::BenchHarness;
|
||||
use na::{Vec2, Vec3, Vec4, Vec5, Vec6, DVec, Mat2, Mat3, Mat4, Mat5, Mat6, DMat};
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
use std::rand::random;
|
||||
use rand::random;
|
||||
use test::BenchHarness;
|
||||
use na::{Vec2, Vec3, Vec4, Vec5, Vec6};
|
||||
use na;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
use std::num::{Float, abs};
|
||||
use std::rand::random;
|
||||
use rand::random;
|
||||
use na::{Vec1, Vec3, Mat1, Mat2, Mat3, Mat4, Mat5, Mat6, Rot3, DMat, DVec, Indexable};
|
||||
use na;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
use std::rand::{random};
|
||||
use rand::random;
|
||||
use na::{Vec0, Vec1, Vec2, Vec3, Vec4, Vec5, Vec6};
|
||||
use na::{Mat3, Iterable, IterableMut}; // FIXME: get rid of that
|
||||
use na;
|
||||
|
|
Loading…
Reference in New Issue