Expose mesher module

This commit is contained in:
Emil Ernerfeldt 2019-03-12 09:59:43 +01:00
parent 733df46a0a
commit 9cdd038285
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ mod font;
mod fonts;
mod layout;
pub mod math;
mod mesher;
pub mod mesher;
mod style;
mod texture_atlas;
pub mod types;