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" }
|
2019-05-17 23:27:30 +03:00
|
|
|
clipping = "0.1.1"
|
2019-05-20 22:11:17 +03:00
|
|
|
colorbrewer = "0.1.0"
|
2018-10-13 21:34:00 +03:00
|
|
|
counter = "0.4.3"
|
2019-02-15 00:25:49 +03:00
|
|
|
derive-new = "0.5.6"
|
2019-06-23 06:12:04 +03:00
|
|
|
downcast-rs = "1.0.4"
|
2018-03-13 18:04:21 +03:00
|
|
|
ezgui = { path = "../ezgui" }
|
2018-06-29 05:48:11 +03:00
|
|
|
geom = { path = "../geom" }
|
2019-06-14 00:15:57 +03:00
|
|
|
itertools = "0.8.0"
|
2018-11-21 23:26:23 +03:00
|
|
|
kml = { path = "../kml" }
|
2018-03-13 18:04:21 +03:00
|
|
|
map_model = { path = "../map_model" }
|
2019-01-11 21:27:26 +03:00
|
|
|
ordered-float = "1.0.1"
|
2019-05-20 17:55:21 +03:00
|
|
|
popdat = { path = "../popdat" }
|
2019-03-12 00:44:32 +03:00
|
|
|
pretty_assertions = "0.6.1"
|
2019-03-12 20:51:20 +03:00
|
|
|
rand = "0.6.5"
|
2019-04-21 01:17:52 +03:00
|
|
|
rand_xorshift = "0.1.1"
|
2019-03-12 00:44:32 +03:00
|
|
|
serde = "1.0.89"
|
|
|
|
serde_derive = "1.0.89"
|
2018-04-11 03:38:26 +03:00
|
|
|
sim = { path = "../sim" }
|
2019-03-12 00:44:32 +03:00
|
|
|
structopt = "0.2.15"
|
2019-03-12 03:18:30 +03:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
walkdir = "2.2.7"
|