abstreet/editor/Cargo.toml

30 lines
742 B
TOML
Raw Normal View History

[package]
name = "editor"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
[dependencies]
aabb-quadtree = "0.1.0"
2018-06-22 21:01:44 +03:00
abstutil = { path = "../abstutil" }
control = { path = "../control" }
dimensioned = { git = "https://github.com/paholg/dimensioned", rev = "0e1076ebfa5128d1ee544bdc9754c948987b6fe3", features = ["serde"] }
ezgui = { path = "../ezgui" }
flame = "0.2.2"
2018-07-06 01:37:35 +03:00
generator = "0.6"
geo = "0.9.1"
2018-06-29 05:48:11 +03:00
geom = { path = "../geom" }
2018-09-22 00:16:38 +03:00
lazy_static = "1.1.0"
log = "0.4.5"
map_model = { path = "../map_model" }
piston = "*"
piston2d-graphics = "*"
2018-07-25 02:21:58 +03:00
pretty_assertions = "0.5.1"
quick-xml = "0.10.0"
rand = "0.5.1"
serde = "1.0"
serde_derive = "1.0"
sim = { path = "../sim" }
structopt = "0.2"
strum = "0.9.0"
strum_macros = "0.9.0"