tiny-skia 0.2.0

A tiny Skia subset ported to Rust.
Documentation
[dependencies.arrayref]
version = "0.3"

[dependencies.arrayvec]
version = "0.5"

[dependencies.bytemuck]
version = "1.4"

[dependencies.png]
optional = true
version = "0.16"

[dependencies.wide]
features = ["std"]
version = "0.6.2"

[features]
default = ["png-format"]
png-format = ["png"]

[package]
authors = ["Evgeniy Reizner <razrfalcon@gmail.com>"]
categories = ["rendering"]
description = "A tiny Skia subset ported to Rust."
documentation = "https://docs.rs/tiny-skia/"
edition = "2018"
keywords = ["2d", "rendering", "skia"]
license = "BSD-3-Clause"
name = "tiny-skia"
readme = "README.md"
repository = "https://github.com/RazrFalcon/tiny-skia"
version = "0.2.0"