[package]
edition = "2021"
name = "typf-render-opixa"
version = "5.0.16"
authors = ["Typf Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust rendering backend using Opixa rasterizer"
readme = false
license = "Apache-2.0"
repository = "https://github.com/fontlaborg/typf"
[features]
default = []
parallel = ["rayon"]
[lib]
name = "typf_render_opixa"
path = "src/lib.rs"
[[example]]
name = "profile"
path = "examples/profile.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[dependencies.log]
version = "0.4"
[dependencies.rayon]
version = "1.8"
optional = true
[dependencies.read-fonts]
version = "0.36"
[dependencies.skrifa]
version = "0.39"
[dependencies.typf-core]
version = "5.0.16"