mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-28 12:12:00 +03:00
29 lines
614 B
TOML
29 lines
614 B
TOML
[package]
|
|
name = "game"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
aabb-quadtree = "0.1.0"
|
|
abstutil = { path = "../abstutil" }
|
|
colorbrewer = "0.1.0"
|
|
counter = "0.4.3"
|
|
downcast-rs = "1.0.4"
|
|
ezgui = { path = "../ezgui" }
|
|
geom = { path = "../geom" }
|
|
itertools = "0.8.0"
|
|
kml = { path = "../kml" }
|
|
map_model = { path = "../map_model" }
|
|
ordered-float = "1.0.1"
|
|
petgraph = "0.4.13"
|
|
popdat = { path = "../popdat" }
|
|
rand = "0.7.0"
|
|
rand_xorshift = "0.2.0"
|
|
serde = "1.0.98"
|
|
serde_derive = "1.0.98"
|
|
sim = { path = "../sim" }
|
|
|
|
[build-dependencies]
|
|
walkdir = "2.2.7"
|