tiny-skia 0.5.1

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

[dependencies.arrayvec]
default-features = false
version = "0.5"

[dependencies.bytemuck]
version = "1.4"

[dependencies.cfg-if]
version = "1"

[dependencies.libm]
optional = true
version = "0.2.1"

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

[dependencies.safe_arch]
features = ["bytemuck"]
optional = true
version = "0.5.2"

[features]
default = ["std", "simd", "png-format"]
png-format = ["std", "png"]
simd = ["safe_arch"]
std = []

[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.5.1"