[package] name = "rusty" version = "0.1.0" authors = ["Thomas Forgione "] 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"