mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-25 11:44:25 +03:00
19 lines
441 B
TOML
19 lines
441 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" }
|
|
earcutr = { git = "https://github.com/donbright/earcutr" }
|
|
geo = "0.15.0"
|
|
geo-booleanop = "= 0.3.2"
|
|
geojson = "0.20.1"
|
|
histogram = "0.6.9"
|
|
instant = "0.1.7"
|
|
ordered-float = { version = "2.0.0", features=["serde"] }
|
|
polylabel = "2.3.1"
|
|
serde = "1.0.116"
|