Made 'array' module public
This commit is contained in:
parent
df072ca97c
commit
1805c5b35a
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
||||||
//! `look_at`, `from_angle`, `from_euler`, and `from_axis_angle` methods.
|
//! `look_at`, `from_angle`, `from_euler`, and `from_axis_angle` methods.
|
||||||
//! These are provided for convenience.
|
//! These are provided for convenience.
|
||||||
|
|
||||||
mod array;
|
pub mod array;
|
||||||
|
|
||||||
pub mod matrix;
|
pub mod matrix;
|
||||||
pub mod quaternion;
|
pub mod quaternion;
|
||||||
|
|
Loading…
Reference in a new issue