abstreet/geom/Cargo.toml

19 lines
463 B
TOML
Raw Normal View History

2018-06-29 05:48:11 +03:00
[package]
name = "geom"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
2018-06-29 05:48:11 +03:00
[dependencies]
2018-10-29 04:37:04 +03:00
aabb-quadtree = "0.1.0"
abstutil = { path = "../abstutil" }
earcutr = { git = "https://github.com/dabreegster/earcutr", branch = "patch-1" }
2020-10-23 20:41:00 +03:00
geo = "0.15.0"
geo-booleanop = "= 0.3.2"
geojson = "0.19.0"
histogram = "0.6.9"
2020-09-24 19:36:26 +03:00
instant = "0.1.7"
ordered-float = { version = "2.0.0", features=["serde"] }
2020-10-23 20:41:00 +03:00
polylabel = "2.3.1"
2020-09-24 19:36:26 +03:00
serde = "1.0.116"