abstreet/playground_gui/Cargo.toml
2018-10-29 11:03:39 -07:00

10 lines
192 B
TOML

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