led/Cargo.toml
Nathan Vegdahl f4847a4f8e Updated to latest Docopt and Ropey.
Also fixed bug resulting from a change in API behavior in Ropey.
2015-03-03 15:26:20 -08:00

29 lines
558 B
TOML

[package]
name = "Led"
version = "0.0.1"
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
[[bin]]
name = "led"
path = "src/main.rs"
[dependencies.ropey]
git = "https://github.com/cessen/ropey.git"
[dependencies.sdl2]
git = "https://github.com/AngryLawyer/rust-sdl2.git"
[dependencies.docopt]
git = "https://github.com/docopt/docopt.rs.git"
[dependencies.rustbox]
git = "https://github.com/gchp/rustbox.git"
[dependencies.freetype-rs]
git = "https://github.com/PistonDevelopers/freetype-rs.git"
[dependencies]
rustc-serialize = "0.3.0"
encoding = "*"