2018-03-13 18:04:21 +03:00
|
|
|
[package]
|
2019-09-07 23:09:09 +03:00
|
|
|
name = "game"
|
2018-03-13 18:04:21 +03:00
|
|
|
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-20 22:11:17 +03:00
|
|
|
colorbrewer = "0.1.0"
|
2018-10-13 21:34:00 +03:00
|
|
|
counter = "0.4.3"
|
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" }
|
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-05-20 17:55:21 +03:00
|
|
|
popdat = { path = "../popdat" }
|
2019-08-15 22:06:08 +03:00
|
|
|
rand = "0.7.0"
|
|
|
|
rand_xorshift = "0.2.0"
|
|
|
|
serde = "1.0.98"
|
|
|
|
serde_derive = "1.0.98"
|
2018-04-11 03:38:26 +03:00
|
|
|
sim = { path = "../sim" }
|
2019-03-12 03:18:30 +03:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
walkdir = "2.2.7"
|