abstreet/geom/Cargo.toml

20 lines
418 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" }
anyhow = "1.0.37"
earcutr = "0.1.1"
2021-01-04 07:01:27 +03:00
geo = "0.16.0"
2020-10-23 20:41:00 +03:00
geo-booleanop = "= 0.3.2"
2020-12-15 04:48:47 +03:00
geojson = "0.21.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"