abstreet/synthetic/Cargo.toml

15 lines
432 B
TOML
Raw Normal View History

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