pathfinder/utils/tile-svg/Cargo.toml

23 lines
388 B
TOML

[package]
name = "tile-svg"
version = "0.1.0"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
edition = "2018"
[dependencies]
bitflags = "1.0"
clap = "2.32"
euclid = "0.19"
jemallocator = "0.1"
lyon_geom = "0.12"
lyon_path = "0.12"
quick-xml = "0.12"
svgtypes = "0.2"
[dependencies.pathfinder_path_utils]
path = "../../path-utils"
[dev-dependencies]
quickcheck = "0.7"
rand = "0.5"