abstreet/geom/Cargo.toml

19 lines
416 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" }
geo = "0.12.0"
geo-booleanop = "0.2.0"
2019-10-24 09:36:01 +03:00
geo-offset = "0.1.0"
histogram = "0.6.9"
instant = "0.1.2"
2019-01-11 21:27:26 +03:00
ordered-float = "1.0.1"
polylabel = { git = "https://github.com/urschrei/polylabel-rs" }
serde = "1.0.98"
serde_derive = "1.0.98"