pathfinder/utils/frontend/Cargo.toml

19 lines
387 B
TOML
Raw Normal View History

[package]
name = "pathfinder"
2018-07-10 18:22:27 -04:00
version = "0.2.0"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
[dependencies]
clap = "2.27"
2018-07-26 23:58:08 -04:00
lyon_path = "0.12"
[dependencies.font-kit]
git = "https://github.com/pcwalton/font-kit"
features = ["loader-freetype-default"]
[dependencies.pathfinder_partitioner]
path = "../../partitioner"
[dependencies.pathfinder_path_utils]
path = "../../path-utils"