free-rusty-maker/Cargo.toml

21 lines
306 B
TOML
Raw Normal View History

2018-10-02 14:12:52 +02:00
[package]
name = "rusty"
version = "0.1.0"
authors = ["Thomas Forgione <thomas@forgione.fr>"]
[dependencies]
clap = "2.32.0"
2019-03-29 10:32:10 +01:00
sfml = "0.14.0"
2018-10-02 14:12:52 +02:00
[build-dependencies]
git2 = "0.7.5"
cmake = "0.1"
2018-10-02 14:12:52 +02:00
[[bin]]
name = "rusty-maker"
2018-10-04 20:31:02 +02:00
path = "src/app/game.rs"
2018-10-02 14:12:52 +02:00
2018-10-04 20:31:02 +02:00
[[bin]]
name = "rusty-editor"
path = "src/app/editor.rs"