abstreet/sim/Cargo.toml

24 lines
670 B
TOML
Raw Normal View History

[package]
name = "sim"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
[dependencies]
abstutil = { path = "../abstutil" }
control = { path = "../control" }
derivative = "1.0.0"
dimensioned = { git = "https://github.com/paholg/dimensioned", rev = "0e1076ebfa5128d1ee544bdc9754c948987b6fe3", features = ["serde"] }
ezgui = { path = "../ezgui" }
2018-09-06 00:36:10 +03:00
failure = "0.1.2"
2018-06-29 05:48:11 +03:00
geom = { path = "../geom" }
map_model = { path = "../map_model" }
2018-08-07 23:22:24 +03:00
more-asserts = "0.2.1"
multimap = "0.4.0"
ordered-float = "0.5.0"
piston2d-graphics = "*"
2018-07-25 02:21:58 +03:00
pretty_assertions = "0.5.1"
2018-06-18 20:32:54 +03:00
rand = { version = "0.5.1", features = ["serde1"] }
rayon = "1.0"
serde = "1.0"
serde_derive = "1.0"