Introduce explicit Viewport sharing (#96)
This commit is contained in:
parent
5aed9e1477
commit
b411ea71e7
5 changed files with 84 additions and 53 deletions
|
|
@ -8,11 +8,13 @@ mod cache;
|
|||
mod error;
|
||||
mod text_atlas;
|
||||
mod text_render;
|
||||
mod viewport;
|
||||
|
||||
pub use cache::Cache;
|
||||
pub use error::{PrepareError, RenderError};
|
||||
pub use text_atlas::{ColorMode, TextAtlas};
|
||||
pub use text_render::TextRenderer;
|
||||
pub use viewport::Viewport;
|
||||
|
||||
use text_render::ContentType;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue