free-rusty-maker/Cargo.toml

22 lines
323 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]
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"