mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-25 11:44:25 +03:00
e0a8d82b61
Nothing in data/input should be under version control; all of it is managed by the updater. #326
22 lines
579 B
TOML
22 lines
579 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" }
|
|
enumset = { version = "1.0.1", features=["serde"] }
|
|
fast_paths = { git = "https://github.com/easbar/fast_paths" }
|
|
geom = { path = "../geom" }
|
|
log = "0.4.11"
|
|
nbez = "0.1.0"
|
|
petgraph = "0.5.1"
|
|
rand = "0.7.0"
|
|
rand_xorshift = "0.2.0"
|
|
serde = "1.0.116"
|
|
seattle_traffic_signals = { git = "https://github.com/dabreegster/seattle_traffic_signals" }
|
|
serde_json = "1.0.40"
|
|
thread_local = "1.0.1"
|