Introduce ColorMode for Atlas

This commit is contained in:
Héctor Ramón Jiménez 2023-06-01 03:08:54 +02:00 committed by Josh Groves
parent 80e8465af6
commit 9f82af4f7d
3 changed files with 83 additions and 13 deletions

View file

@ -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;