free-rusty-maker/Cargo.toml

19 lines
289 B
TOML
Raw Permalink Normal View History

2018-10-02 14:12:52 +02:00
[package]
name = "rusty"
version = "0.1.0"
authors = ["Thomas Forgione <thomas@forgione.fr>"]
2019-03-30 09:33:33 +01:00
edition = "2018"
2018-10-02 14:12:52 +02:00
[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]
2019-04-02 18:48:07 +02:00
image = { version = "0.21.0" }
imageproc = "0.18.0"
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