free-rusty-maker/Cargo.toml

20 lines
347 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]
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
[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"