Skip to main content

orinium_browser/platform/renderer/
mod.rs

1//! Renderer module. Text, image, and GPU rendering.
2
3pub mod gpu;
4mod image;
5pub(crate) mod mesh;
6mod text;
7pub(super) mod text_cache;
8pub mod text_measurer;