uzor-render-vello-gpu 1.1.6

GPU rendering backend using vello + wgpu
1
2
3
4
5
6
mod context;
pub mod text;

pub use context::VelloGpuRenderContext;
pub use text::{draw_text_to_scene, measure_text_width};