Updated to latest Rust: Added 'extern crate debug;'
This commit is contained in:
parent
1805c5b35a
commit
03005604b4
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue