Made 'array' module public

This commit is contained in:
ozkriff 2014-05-28 21:20:23 +04:00
parent df072ca97c
commit 1805c5b35a

View file

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