mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-25 11:44:25 +03:00
885fdefb5d
* WIP set up plumbing for calculating building info in the Raw layer and using it later for #154 * WIP playing with processing modifications * experiment with some possibilities for tag processing * fix an embarassing typo * enable busses in work-home traffic * refactor, add multiuse * seed more parking in Kraków * parse integers properly - thanks for a help! * rebalance generated trips * add hack providing some background traffic more realistic traffic even mess realistic people * attempt to further reduce parking deficit * add TODO Co-authored-by: Dustin Carlino <dabreegster@gmail.com>
19 lines
541 B
TOML
19 lines
541 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.0", features=["serde"] }
|
|
fast_paths = { git = "https://github.com/easbar/fast_paths" }
|
|
geom = { path = "../geom" }
|
|
nbez = "0.1.0"
|
|
petgraph = "0.5.0"
|
|
serde = "1.0.110"
|
|
thread_local = "1.0.1"
|
|
seattle_traffic_signals = { git = "https://github.com/dabreegster/seattle_traffic_signals" }
|
|
rand = "0.7.0"
|
|
rand_xorshift = "0.2.0" |