abstreet/synthetic/Cargo.toml
2019-09-11 15:27:12 -07:00

12 lines
265 B
TOML

[package]
name = "synthetic"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
abstutil = { path = "../abstutil" }
ezgui = { path = "../ezgui" }
geom = { path = "../geom" }
map_model = { path = "../map_model" }