2018-03-13 18:04:21 +03:00
|
|
|
[package]
|
|
|
|
name = "editor"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
aabb-quadtree = "0.1.0"
|
2018-04-11 03:38:26 +03:00
|
|
|
control = { path = "../control" }
|
|
|
|
geom = { path = "../geom" }
|
2018-03-13 18:04:21 +03:00
|
|
|
ezgui = { path = "../ezgui" }
|
|
|
|
map_model = { path = "../map_model" }
|
|
|
|
multimap = "0.4.0"
|
|
|
|
ordered-float = "0.5.0"
|
|
|
|
piston = "*"
|
|
|
|
piston2d-graphics = "*"
|
|
|
|
piston2d-opengl_graphics = "*"
|
|
|
|
pistoncore-glutin_window = "*"
|
|
|
|
serde = "1.0"
|
|
|
|
serde_derive = "1.0"
|
|
|
|
serde_json = "1.0"
|
2018-04-11 03:38:26 +03:00
|
|
|
sim = { path = "../sim" }
|
2018-03-13 18:04:21 +03:00
|
|
|
structopt = "0.2"
|
|
|
|
vecmath = "0.3.1"
|