2018-10-02 14:12:52 +02:00
|
|
|
[package]
|
|
|
|
name = "rusty"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Thomas Forgione <thomas@forgione.fr>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2018-10-08 15:31:50 +02:00
|
|
|
clap = "2.32.0"
|
2018-10-08 14:22:45 +02:00
|
|
|
sfml = { git = "https://gitea.tforgione.fr/free-rusty-maker/rust-sfml" }
|
2018-10-02 14:12:52 +02:00
|
|
|
|
2018-10-05 20:37:19 +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"
|