mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-27 16:36:02 +03:00
10 lines
192 B
TOML
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 = "*"
|