mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 17:37:22 +03:00
15 lines
342 B
TOML
15 lines
342 B
TOML
[package]
|
|
name = "halloween"
|
|
version = "0.1.0"
|
|
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
aabb-quadtree = "0.1.0"
|
|
abstutil = { path = "../abstutil" }
|
|
ezgui = { path = "../ezgui" }
|
|
geom = { path = "../geom" }
|
|
map_model = { path = "../map_model" }
|
|
structopt = "0.2.15"
|
|
viewer = { path = "../viewer" }
|