14 lines
199 B
TOML
14 lines
199 B
TOML
|
[package]
|
||
|
|
||
|
name = "getting-started-spinning-square"
|
||
|
version = "0.1.0"
|
||
|
authors = [
|
||
|
"Levi Pearson <levipearson@gmail.com>"
|
||
|
]
|
||
|
|
||
|
[[bin]]
|
||
|
name = "spinning-square"
|
||
|
|
||
|
[dependencies]
|
||
|
piston_window = "0.40.0"
|