[package]
name = "rpptx-render"
description = "Presentation rendering bridge from rpptx models to shared output"
readme = "README.md"
version = "0.2.0"
edition.workspace = true
license.workspace = true
rust-version.workspace = true
authors.workspace = true
repository.workspace = true
homepage.workspace = true
keywords = ["pptx", "powerpoint", "rendering", "presentation"]
categories = ["parser-implementations", "text-processing"]
publish = true
[package.metadata.release]
shared-version = "incubating"
tag-name = "rpptx-v{{version}}"
[features]
default = ["system-fonts"]
system-fonts = ["oxml-layout/system-fonts"]
[dependencies]
oxml-drawing.workspace = true
oxml-layout = { workspace = true, default-features = false }
oxml-media.workspace = true
rpptx-layout.workspace = true
rpptx-oxml.workspace = true
[dev-dependencies]
oxml-pdf.workspace = true
tiny-skia.workspace = true