Rename gl module to gltypes, add to cratefile
This commit is contained in:
parent
0736136165
commit
2d47523736
2 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
extern mod std;
|
||||
|
||||
pub mod dim;
|
||||
pub mod gltypes;
|
||||
pub mod mat;
|
||||
pub mod quat;
|
||||
pub mod vec;
|
||||
|
|
Loading…
Reference in a new issue