19 lines
289 B
TOML
19 lines
289 B
TOML
[package]
|
|
name = "rusty"
|
|
version = "0.1.0"
|
|
authors = ["Thomas Forgione <thomas@forgione.fr>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
clap = "2.32.0"
|
|
sfml = "0.14.0"
|
|
|
|
[build-dependencies]
|
|
image = { version = "0.21.0" }
|
|
imageproc = "0.18.0"
|
|
|
|
[[bin]]
|
|
name = "rusty-maker"
|
|
path = "src/app/game.rs"
|
|
|