21 lines
392 B
TOML
21 lines
392 B
TOML
[package]
|
|
|
|
name = "Led"
|
|
version = "0.0.1"
|
|
authors = ["Nathan Vegdahl <cessen@cessen.com>"]
|
|
|
|
[[bin]]
|
|
name = "led"
|
|
path = "src/main.rs"
|
|
|
|
[dependencies]
|
|
sdl2 = "0.0.17"
|
|
|
|
[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" |