[package] name = "editor" version = "0.1.0" authors = ["Dustin Carlino "] [dependencies] aabb-quadtree = "0.1.0" abstutil = { path = "../abstutil" } control = { path = "../control" } dimensioned = { git = "https://github.com/paholg/dimensioned", rev = "0e1076ebfa5128d1ee544bdc9754c948987b6fe3", features = ["serde"] } ezgui = { path = "../ezgui" } generator = "0.6" geo = "0.9.1" geom = { path = "../geom" } map_model = { path = "../map_model" } piston = "*" piston2d-graphics = "*" piston2d-opengl_graphics = "*" pistoncore-glutin_window = "*" 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"