[dependencies.orbtk-utils]
version = "0.3.1-alpha4"
[package]
authors = ["Florian Blasius <flovanpt@posteo.de>"]
description = "2D Render library use by OrbTk."
edition = "2018"
keywords = ["2D", "orbtk_tinyskia", "canvas"]
license = "MIT"
name = "orbtk-tinyskia"
readme = "README.md"
repository = "https://github.com/redox-os/orbtk"
version = "0.3.1-alpha4"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.image]
default-features = false
features = ["ico"]
version = "0.23"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rusttype]
version = "0.9"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.smallvec]
version = "1"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tiny-skia]
version = "0.6.1"