abstreet/playground_gui/Cargo.toml

12 lines
254 B
TOML
Raw Normal View History

[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 = "*"
piston2d-graphics = "*"