plotkit-render-pdf 0.5.0

PDF rendering backend for plotkit
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "plotkit-render-pdf"
version = "0.5.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.5.0" }
printpdf = "0.7"