abstreet/editor/Cargo.toml

32 lines
685 B
TOML
Raw Normal View History

[package]
name = "editor"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
edition = "2018"
[dependencies]
aabb-quadtree = "0.1.0"
2018-06-22 21:01:44 +03:00
abstutil = { path = "../abstutil" }
clipping = "0.1.1"
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"
ezgui = { path = "../ezgui" }
2018-06-29 05:48:11 +03:00
geom = { path = "../geom" }
itertools = "0.8.0"
kml = { path = "../kml" }
map_model = { path = "../map_model" }
2019-01-11 21:27:26 +03:00
ordered-float = "1.0.1"
popdat = { path = "../popdat" }
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"
serde = "1.0.89"
serde_derive = "1.0.89"
sim = { path = "../sim" }
structopt = "0.2.15"
2019-03-12 03:18:30 +03:00
[build-dependencies]
walkdir = "2.2.7"