rough_tiny_skia 0.12.0

Draw Hand Sketched 2D Drawings Using tiny-skia
Documentation
[dependencies.euclid]
version = "0.22"

[dependencies.num-traits]
version = "0.2"

[dependencies.palette]
version = "0.7"

[dependencies.roughr]
version = "0.12.0"

[dependencies.tiny-skia]
version = "0.11"

[[example]]
name = "rectangle"
path = "examples/rectangle.rs"

[[example]]
name = "rectangle_alpha"
path = "examples/rectangle_alpha.rs"

[lib]
name = "rough_tiny_skia"
path = "src/lib.rs"

[package]
authors = ["orhanbalci@gmail.com <orhanbalci@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["graphics"]
description = "Draw Hand Sketched 2D Drawings Using tiny-skia"
edition = "2021"
homepage = "https://github.com/orhanbalci"
keywords = ["graphics", "bezier", "sketch", "2D", "piet"]
license = "MIT"
name = "rough_tiny_skia"
readme = false
repository = "https://github.com/orhanbalci/rough-rs.git"
version = "0.12.0"