abstreet/playground_gui/Cargo.toml

11 lines
230 B
TOML

[package]
name = "playground_gui"
version = "0.1.0"
authors = ["Dustin Carlino <dabreegster@gmail.com>"]
[dependencies]
ezgui = { path = "../ezgui" }
geom = { path = "../geom" }
map_model = { path = "../map_model" }
piston = "*"