Updated to latest Rust: Added 'extern crate debug;'

This commit is contained in:
ozkriff 2014-05-28 21:27:34 +04:00
parent 1805c5b35a
commit 03005604b4

View file

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