pathfinder/utils/tile-svg/Cargo.toml

27 lines
452 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-17 17:07:19 -05:00
byteorder = "1.2"
2018-12-16 14:41:43 -05:00
clap = "2.32"
2018-12-14 21:52:34 -05:00
euclid = "0.19"
2018-12-17 21:31:49 -05:00
fixedbitset = "0.1"
2019-01-03 23:03:25 -05:00
hashbrown = "0.1"
2018-12-14 17:32:53 -05:00
jemallocator = "0.1"
2018-12-14 21:52:34 -05:00
lyon_geom = "0.12"
lyon_path = "0.12"
2018-12-29 20:08:49 -05:00
rayon = "1.0"
svgtypes = "0.3"
usvg = "0.4"
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"