2018-03-13 18:04:21 +03:00
|
|
|
[package]
|
|
|
|
name = "editor"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
2018-12-06 21:18:20 +03:00
|
|
|
edition = "2018"
|
2018-03-13 18:04:21 +03:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
aabb-quadtree = "0.1.0"
|
2018-06-22 21:01:44 +03:00
|
|
|
abstutil = { path = "../abstutil" }
|
2018-10-13 21:34:00 +03:00
|
|
|
counter = "0.4.3"
|
2018-10-18 02:57:15 +03:00
|
|
|
cpuprofiler = "0.0.3"
|
2018-08-01 23:54:15 +03:00
|
|
|
dimensioned = { git = "https://github.com/paholg/dimensioned", rev = "0e1076ebfa5128d1ee544bdc9754c948987b6fe3", features = ["serde"] }
|
2018-10-22 19:59:18 +03:00
|
|
|
downcast = "0.9.2"
|
2018-03-13 18:04:21 +03:00
|
|
|
ezgui = { path = "../ezgui" }
|
2018-07-06 01:37:35 +03:00
|
|
|
generator = "0.6"
|
2018-10-31 01:52:17 +03:00
|
|
|
geo = "0.10.2"
|
2018-06-29 05:48:11 +03:00
|
|
|
geom = { path = "../geom" }
|
2018-11-21 23:26:23 +03:00
|
|
|
kml = { path = "../kml" }
|
2018-09-22 00:16:38 +03:00
|
|
|
lazy_static = "1.1.0"
|
|
|
|
log = "0.4.5"
|
2018-03-13 18:04:21 +03:00
|
|
|
map_model = { path = "../map_model" }
|
2018-12-25 20:44:12 +03:00
|
|
|
ordered-float = "0.5.0"
|
2018-07-25 02:21:58 +03:00
|
|
|
pretty_assertions = "0.5.1"
|
2018-08-10 23:28:34 +03:00
|
|
|
quick-xml = "0.10.0"
|
2018-06-21 19:13:03 +03:00
|
|
|
rand = "0.5.1"
|
2018-03-13 18:04:21 +03:00
|
|
|
serde = "1.0"
|
|
|
|
serde_derive = "1.0"
|
2018-04-11 03:38:26 +03:00
|
|
|
sim = { path = "../sim" }
|
2018-03-13 18:04:21 +03:00
|
|
|
structopt = "0.2"
|