free-rusty-maker/Cargo.toml

16 lines
239 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]
sfml = "0.14.0"
[[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"