| Crates.io | tiny_skia_display |
| lib.rs | tiny_skia_display |
| version | 0.1.0 |
| created_at | 2021-08-06 18:42:49.600996+00 |
| updated_at | 2021-08-06 18:42:49.600996+00 |
| description | Implementation of embedded-graphics https://github.com/jamwaffles/embedded-graphics DrawTarget based on tiny-skia https://github.com/RazrFalcon/tiny-skia. |
| homepage | |
| repository | https://codeberg.org/morphUI/tiny_skia_display |
| max_upload_size | |
| id | 432546 |
| size | 39,266 |
Implementation of embedded-graphics https://github.com/embedded-graphics/embedded-graphics DrawTarget based on tiny-skia https://github.com/RazrFalcon/tiny-skia.
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" }
cargo run --example minimal
rustup, rustc, cargo (install)wasm-pack (install)examples/minimal directornpm installnpm run serveYou can build and view the latest documentation by executing the following command:
cargo doc --no-deps --open