[package]
name = "tiny-skia"
version = "0.4.1"
authors = ["Evgeniy Reizner <razrfalcon@gmail.com>"]
edition = "2018"
description = "A tiny Skia subset ported to Rust."
documentation = "https://docs.rs/tiny-skia/"
readme = "README.md"
repository = "https://github.com/RazrFalcon/tiny-skia"
license = "BSD-3-Clause"
keywords = ["2d", "rendering", "skia"]
categories = ["rendering"]
[dependencies]
arrayref = "0.3"
arrayvec = "0.5"
bytemuck = "1.4"
png = { version = "0.16", optional = true }
wide = { version = "0.6.2", features = ["std"] }
[features]
default = ["png-format"]
png-format = ["png"]