remove two unused deps caught by cargo-udeps

This commit is contained in:
Dustin Carlino 2019-08-30 15:06:45 -07:00
parent abe4d218f0
commit 03b685673b
2 changed files with 0 additions and 2 deletions

View File

@ -9,7 +9,6 @@ aabb-quadtree = "0.1.0"
abstutil = { path = "../abstutil" }
colorbrewer = "0.1.0"
counter = "0.4.3"
derive-new = "0.5.6"
downcast-rs = "1.0.4"
ezgui = { path = "../ezgui" }
geom = { path = "../geom" }

View File

@ -9,7 +9,6 @@ abstutil = { path = "../abstutil" }
derivative = "1.0.0"
geom = { path = "../geom" }
map_model = { path = "../map_model" }
more-asserts = "0.2.1"
petgraph = "0.4.13"
rand = "0.7.0"
rand_xorshift = "0.2.0"