mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 09:24:26 +03:00
4b665c871d
geo-types to 0.7 geo to 0.17 which removes redundant old geo used by polylabel geojson to 0.22
20 lines
412 B
TOML
20 lines
412 B
TOML
[package]
|
|
name = "geom"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
aabb-quadtree = "0.1.0"
|
|
abstutil = { path = "../abstutil" }
|
|
anyhow = "1.0.38"
|
|
earcutr = "0.1.1"
|
|
geo = "0.17"
|
|
geo-booleanop = "= 0.3.2"
|
|
geojson = "0.22"
|
|
histogram = "0.6.9"
|
|
instant = "0.1.7"
|
|
ordered-float = { version = "2.0.0", features=["serde"] }
|
|
polylabel = "2.4"
|
|
serde = "1.0.123"
|