sugarloaf 0.2.30

Sugarloaf is Rio rendering engine, designed to be multiplatform. It is based on WebGPU, Rust library for Desktops and WebAssembly for Web (JavaScript). This project is created and maintained for Rio terminal purposes but feel free to use it.
Documentation
1
2
3
4
5
pub mod core;
pub mod filters;
pub mod layer;
pub mod quad;
pub mod rich_text;