atheriel / grunge

A coherent noise library in its very early stages.
2 stars 1 forks source link

Re-export cgmath vectors from the library. #9

Closed atheriel closed 10 years ago

atheriel commented 10 years ago

I noticed while writing the examples that having extern crate cgmath at the top of every file that uses even basic functionality is a little odd. This could be fixed by using Rust's re-exporting features. I know this approach is recommended by some other Rust game math libraries.