sugarloaf 0.0.16

Sugarloaf is Rio rendering engine, desgined to be multiplatform. It is based on WebGPU, Rust library for Desktops and WebAssembly for Web (JavaScript). This project is created and maintaned for Rio terminal purposes but feel free to use it.
1
2
3
4
5
6
7
8
pub mod components;
pub mod context;
pub mod core;
pub mod font;
pub mod layout;
mod sugarloaf;
pub mod tools;
pub use crate::sugarloaf::{Renderable, Sugarloaf};