mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-25 11:44:25 +03:00
15 lines
288 B
TOML
15 lines
288 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"
|
|
histogram = "0.6.9"
|
|
ordered-float = "1.0.1"
|
|
serde = "1.0.89"
|
|
serde_derive = "1.0.89"
|