cranpose-render-common 0.1.21

Common rendering contracts for Cranpose
Documentation
[package]
name = "cranpose-render-common"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
authors.workspace = true
keywords.workspace = true
categories.workspace = true
readme = "README.md"
description = "Common rendering contracts for Cranpose"

[dependencies]
cranpose-foundation = { workspace = true }
cranpose-ui-graphics = { workspace = true }
cranpose-ui = { workspace = true }
cranpose-core = { workspace = true }
tiny-skia = { version = "0.11.4", default-features = false, features = ["std", "simd"] }
hyphenation = { version = "0.8.4", default-features = false, optional = true }
ab_glyph = "0.2.32"
thiserror = "2.0.18"
ttf-parser = "0.25.1"

[features]
default = []
text-hyphenation = ["dep:hyphenation"]
text-hyphenation-embedded = ["text-hyphenation", "hyphenation/embed_all"]