[package]
name = "rusty"
version = "0.1.0"
authors = ["Thomas Forgione <thomas@forgione.fr>"]
[dependencies]
sfml = "0.14.0"
[[bin]]
name = "rusty-maker"
path = "src/app/game.rs"
name = "rusty-editor"
path = "src/app/editor.rs"