Merge pull request #79 from ozkriff/master

Made 'array' module public
This commit is contained in:
Brendan Zabarauskas 2014-05-28 10:41:19 -07:00
commit 111393dc34

View file

@ -36,7 +36,9 @@
//! `look_at`, `from_angle`, `from_euler`, and `from_axis_angle` methods.
//! These are provided for convenience.
mod array;
extern crate debug;
pub mod array;
pub mod matrix;
pub mod quaternion;