pathfinder/utils/convert/Cargo.toml

13 lines
322 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_export = { path = "../../export" }
2019-06-15 10:50:25 -04:00
pathfinder_svg = { path = "../../svg" }
usvg = "0.10"