26 lines
474 B
TOML
26 lines
474 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.freetype-rs]
|
|
#git = "https://github.com/PistonDevelopers/freetype-rs.git"
|
|
|
|
[dependencies]
|
|
time = "0.1.30"
|
|
rustc-serialize = "0.3.0"
|
|
docopt = "0.6.*"
|
|
encoding = "*"
|
|
rustbox = "0.6.3"
|