mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-25 07:25:47 +03:00
802e020520
lanes and intersections displaying, but with lots of problems.
13 lines
307 B
TOML
13 lines
307 B
TOML
[package]
|
|
name = "sumo"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
abstutil = { path = "../abstutil" }
|
|
geom = { path = "../geom" }
|
|
map_model = { path = "../map_model" }
|
|
quick-xml = { version = "0.20.0", features=["serialize"] }
|
|
serde = "1.0.116"
|