Updated dependencies for stable rust.

Warning: doesn't compile.  Haven't updated own code for stable
yet.
This commit is contained in:
Nathan Vegdahl 2015-07-06 18:14:12 -07:00
parent 869cb187b6
commit 9644a1aa03
2 changed files with 3 additions and 7 deletions

View File

@ -11,12 +11,6 @@ path = "src/main.rs"
[dependencies.ropey]
git = "https://github.com/cessen/ropey.git"
[dependencies.docopt]
git = "https://github.com/docopt/docopt.rs.git"
[dependencies.rustbox]
git = "https://github.com/gchp/rustbox.git"
#[dependencies.sdl2]
#git = "https://github.com/AngryLawyer/rust-sdl2.git"
@ -25,4 +19,6 @@ git = "https://github.com/gchp/rustbox.git"
[dependencies]
rustc-serialize = "0.3.0"
docopt = "0.6.*"
encoding = "*"
rustbox = "0.6.3"

View File

@ -6,7 +6,7 @@
extern crate test;
extern crate rustbox;
extern crate docopt;
extern crate "rustc-serialize" as rustc_serialize;
extern crate rustc_serialize;
extern crate encoding;
extern crate ropey;
//extern crate freetype;