pathfinder/examples/convert/Cargo.toml

13 lines
313 B
TOML
Raw Normal View History

2019-06-15 10:50:25 -04:00
[package]
name = "convert"
2019-06-15 10:50:25 -04:00
version = "0.1.0"
authors = ["Sebastian Köln <sebk@rynx.org>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
pathfinder_svg = { path = "../../svg" }
pathfinder_pdf = { path = "../../pdf" }
usvg = "*"