tiny_skia_display

Crates.iotiny_skia_display
lib.rstiny_skia_display
version0.1.0
sourcesrc
created_at2021-08-06 18:42:49.600996
updated_at2021-08-06 18:42:49.600996
descriptionImplementation of embedded-graphics https://github.com/jamwaffles/embedded-graphics DrawTarget based on tiny-skia https://github.com/RazrFalcon/tiny-skia.
homepage
repositoryhttps://codeberg.org/morphUI/tiny_skia_display
max_upload_size
id432546
size39,266
Florian Blasius (FloVanGH)

documentation

README

tiny_skia_display

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 tiny_skia_display in your project, add this dependency line to your Cargo.toml file:

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

Run example

cargo run --example minimal

Run web example

Install web toolchain

  • Rust standard toolchain rustup, rustc, cargo (install)
  • Rust web assembly toolchain wasm-pack (install)
  • JavaScript package manager npm (install)

Rub example

  • Navigate to examples/minimal director
  • Run npm install
  • Run npm run serve

Build and run documentation

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

cargo doc --no-deps --open
Commit count: 0

cargo fmt