pathfinder/utils/tile-svg/Cargo.toml

22 lines
380 B
TOML
Raw Normal View History

2018-12-11 19:38:06 -05:00
[package]
name = "tile-svg"
version = "0.1.0"
authors = ["Patrick Walton <pcwalton@mimiga.net>"]
edition = "2018"
[dependencies]
bitflags = "1.0"
2018-12-13 17:04:17 -05:00
euclid = "0.18"
2018-12-14 17:32:53 -05:00
jemallocator = "0.1"
2018-12-13 17:04:17 -05:00
lyon_algorithms = "0.11"
2018-12-14 17:21:35 -05:00
lyon_path = "0.11"
2018-12-11 19:38:06 -05:00
quick-xml = "0.12"
svgtypes = "0.2"
2018-12-12 17:55:53 -05:00
2018-12-14 17:21:35 -05:00
[dependencies.pathfinder_path_utils]
path = "../../path-utils"
2018-12-12 17:55:53 -05:00
[dev-dependencies]
quickcheck = "0.7"
rand = "0.5"