tinyskiadisplay

tiny_skia_display

Implementation of embedded-graphics https://github.com/embedded-graphics/embedded-graphics DrawTarget based on tiny-skia https://github.com/RazrFalcon/tiny-skia.

Get it on Codeberg

Donate

MIT licensed

Add to your project

To include tinyskiadisplay in your project, add this dependency line to your Cargo.toml file:

text tiny_skia_display = { git = "https://codeberg.org/morphUI/tiny_skia_display" }

Run example

shell cargo run --example minimal

Run web example

Install web toolchain

Rub example

Build and run documentation

You can build and view the latest documentation by executing the following command:

shell cargo doc --no-deps --open