abstreet/synthetic/Cargo.toml
2018-11-14 10:54:07 -08:00

15 lines
432 B
TOML

[package]
name = "synthetic"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
[dependencies]
abstutil = { path = "../abstutil" }
dimensioned = { git = "https://github.com/paholg/dimensioned", rev = "0e1076ebfa5128d1ee544bdc9754c948987b6fe3", features = ["serde"] }
ezgui = { path = "../ezgui" }
geom = { path = "../geom" }
map_model = { path = "../map_model" }
piston = "*"
serde = "1.0"
serde_derive = "1.0"