orinium_browser/platform/renderer/
mod.rs

1//! Renderer module. Text, image, and GPU rendering.
2
3mod glyph;
4pub mod gpu;
5mod image;
6pub(crate) mod scroll_bar;
7pub mod text_measurer;