[dependencies.orbtk-utils]
version = "0.3.1-alpha3"
[features]
default = ["raqote", "rusttype"]
pfinder = ["pathfinder_canvas", "pathfinder_color", "pathfinder_content", "pathfinder_geometry", "pathfinder_gl", "pathfinder_gpu", "pathfinder_renderer", "pathfinder_resources", "font-kit"]
[package]
authors = ["Florian Blasius <flovanpt@posteo.de>"]
description = "2D Render library use by OrbTk."
edition = "2018"
keywords = ["2D", "render", "canvas"]
license = "MIT"
name = "orbtk-render"
readme = "README.md"
repository = "https://github.com/redox-os/orbtk"
version = "0.3.1-alpha3"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.font-kit]
optional = true
version = "0.6"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.image]
version = "0.23"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.pathfinder_canvas]
features = ["pf-text"]
optional = true
version = "0.5.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.pathfinder_color]
optional = true
version = "0.5"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.pathfinder_content]
optional = true
version = "0.5"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.pathfinder_geometry]
optional = true
version = "0.5"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.pathfinder_gl]
optional = true
version = "0.5"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.pathfinder_gpu]
optional = true
version = "0.5"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.pathfinder_renderer]
optional = true
version = "0.5"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.pathfinder_resources]
optional = true
version = "0.5"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.raqote]
default-features = false
optional = true
version = "0.8"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rusttype]
optional = true
version = "0.8.3"
[target.wasm32-unknown-unknown.dependencies.stdweb]
version = "0.4.20"