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 scroll_bar;
6mod text;
7pub mod text_measurer;