14 lines
268 B
TOML
14 lines
268 B
TOML
[package]
|
|
name = "getting-started"
|
|
version = "0.1.0"
|
|
authors = ["Logen Kain <logen@sudotask.com>"]
|
|
|
|
[[bin]]
|
|
name = "spinning-square"
|
|
|
|
[dependencies]
|
|
piston = "0.34.0"
|
|
piston2d-graphics = "0.22.0"
|
|
pistoncore-glutin_window = "0.40.0"
|
|
piston2d-opengl_graphics = "0.47.0"
|