abstreet/geom/Cargo.toml

15 lines
288 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"
histogram = "0.6.9"
2019-01-11 21:27:26 +03:00
ordered-float = "1.0.1"
serde = "1.0.89"
serde_derive = "1.0.89"