mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-26 16:02:23 +03:00
12 lines
237 B
TOML
12 lines
237 B
TOML
[package]
|
|
name = "control"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
|
|
[dependencies]
|
|
dimensioned = "0.6.0"
|
|
geom = { path = "../geom" }
|
|
map_model = { path = "../map_model" }
|
|
serde = "1.0"
|
|
serde_derive = "1.0"
|