mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-29 12:43:38 +03:00
12 lines
254 B
TOML
12 lines
254 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 = "*"
|
||
|
piston2d-graphics = "*"
|