[package]
name = "plotkit-render-pdf"
version = "0.6.0"
edition = "2021"
rust-version = "1.75"
description = "PDF rendering backend for plotkit"
license = "MIT OR Apache-2.0"
repository = "https://github.com/anonymousAAK/plotrs"
[dependencies]
plotkit-core = { path = "../plotkit-core", version = "0.6.0" }
printpdf = "0.7"