abstreet/geom/Cargo.toml

18 lines
448 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" }
geo = "= 0.13.0"
geo-booleanop = "= 0.3.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"] }
polylabel = "= 2.2.0"
2020-09-24 19:36:26 +03:00
serde = "1.0.116"