mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-18 20:02:18 +03:00
18 lines
427 B
TOML
18 lines
427 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" }
|
|
geo = "0.12.0"
|
|
geo-booleanop = "0.2.0"
|
|
geo-offset = "0.1.0"
|
|
histogram = "0.6.9"
|
|
instant = "0.1.2"
|
|
ordered-float = { version = "1.0.1", features=["serde"] }
|
|
polylabel = { git = "https://github.com/urschrei/polylabel-rs" }
|
|
serde = "1.0.110"
|