18 lines
345 B
TOML
18 lines
345 B
TOML
[package]
|
|
name = "spinning-square"
|
|
version = "0.1.0"
|
|
authors = [
|
|
"Dan Buch <dan@meatballhat.com>",
|
|
"TyOverby <ty@pre-alpha.com>",
|
|
"Nikita Pekin <contact@nikitapek.in>"
|
|
]
|
|
|
|
[[bin]]
|
|
name = "spinning-square"
|
|
|
|
[dependencies]
|
|
piston = "0.53.0"
|
|
piston2d-graphics = "0.43.0"
|
|
pistoncore-glutin_window = "0.70.1"
|
|
piston2d-opengl_graphics = "0.82.0"
|