Introduce ColorMode
for Atlas
This commit is contained in:
parent
80e8465af6
commit
9f82af4f7d
3 changed files with 83 additions and 13 deletions
|
@ -3,7 +3,7 @@ mod text_atlas;
|
|||
mod text_render;
|
||||
|
||||
pub use error::{PrepareError, RenderError};
|
||||
pub use text_atlas::TextAtlas;
|
||||
pub use text_atlas::{ColorMode, TextAtlas};
|
||||
use text_render::ContentType;
|
||||
pub use text_render::TextRenderer;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue