rust-2048/Cargo.toml
2015-04-09 17:04:19 +02:00

26 lines
552 B
TOML

[package]
name = "rust-2048"
version = "0.0.0"
authors = ["coeuvre <coeuvre@gmail.com>"]
[[bin]]
name = "rust-2048"
path = "src/main.rs"
[dependencies]
rustc-serialize = "0.3"
rand = "0.3.7"
[dependencies.piston2d-graphics]
git = "https://github.com/pistondevelopers/graphics"
[dependencies.piston]
git = "https://github.com/pistondevelopers/piston"
[dependencies.piston2d-opengl_graphics]
git = "https://github.com/pistondevelopers/opengl_graphics"
[dependencies.pistoncore-sdl2_window]
git = "https://github.com/pistondevelopers/sdl2_window"