mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-25 22:13:27 +03:00
21 lines
535 B
TOML
21 lines
535 B
TOML
[package]
|
|
name = "map_model"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
aabb-quadtree = "0.1.0"
|
|
abstutil = { path = "../abstutil" }
|
|
dimensioned = { git = "https://github.com/paholg/dimensioned", rev = "0e1076ebfa5128d1ee544bdc9754c948987b6fe3", features = ["serde"] }
|
|
geo = "0.10.2"
|
|
geom = { path = "../geom" }
|
|
gtfs = { path = "../gtfs" }
|
|
log = "0.4.5"
|
|
multimap = "0.4.0"
|
|
nbez = "0.1.0"
|
|
ordered-float = "1.0.1"
|
|
pretty_assertions = "0.5.1"
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|