[package] name = "rusty" version = "0.1.0" authors = ["Thomas Forgione "] [dependencies] clap = "2.32.0" sfml = { git = "https://gitea.tforgione.fr/free-rusty-maker/rust-sfml" } [build-dependencies] git2 = "0.7.5" cmake = "0.1" [[bin]] name = "rusty-maker" path = "src/app/game.rs" [[bin]] name = "rusty-editor" path = "src/app/editor.rs"