free-rusty-maker/Cargo.toml

20 lines
347 B
TOML

[package]
name = "rusty"
version = "0.1.0"
authors = ["Thomas Forgione <thomas@forgione.fr>"]
[dependencies]
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"