uzor-render-tiny-skia 1.1.7

CPU rendering backend using tiny-skia
1
2
3
4
5
6
7
//! CPU software rasterizer backend using `tiny-skia` + `fontdue`.
//!
//! Provides a pure-Rust, zero-GPU rendering context that implements the
//! [`uzor::render::RenderContext`] trait via [`TinySkiaCpuRenderContext`].

mod context;
pub use context::TinySkiaCpuRenderContext;