13 lines
183 B
TOML
13 lines
183 B
TOML
|
[package]
|
||
|
name = "rusty"
|
||
|
version = "0.1.0"
|
||
|
authors = ["Thomas Forgione <thomas@forgione.fr>"]
|
||
|
|
||
|
[dependencies]
|
||
|
sfml = "0.14.0"
|
||
|
|
||
|
[[bin]]
|
||
|
name = "rusty-maker"
|
||
|
path = "src/game/main.rs"
|
||
|
|