Updated dependencies for stable rust.
Warning: doesn't compile. Haven't updated own code for stable yet.
This commit is contained in:
parent
869cb187b6
commit
9644a1aa03
|
@ -11,12 +11,6 @@ path = "src/main.rs"
|
||||||
[dependencies.ropey]
|
[dependencies.ropey]
|
||||||
git = "https://github.com/cessen/ropey.git"
|
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]
|
#[dependencies.sdl2]
|
||||||
#git = "https://github.com/AngryLawyer/rust-sdl2.git"
|
#git = "https://github.com/AngryLawyer/rust-sdl2.git"
|
||||||
|
|
||||||
|
@ -25,4 +19,6 @@ git = "https://github.com/gchp/rustbox.git"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
rustc-serialize = "0.3.0"
|
rustc-serialize = "0.3.0"
|
||||||
|
docopt = "0.6.*"
|
||||||
encoding = "*"
|
encoding = "*"
|
||||||
|
rustbox = "0.6.3"
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
extern crate test;
|
extern crate test;
|
||||||
extern crate rustbox;
|
extern crate rustbox;
|
||||||
extern crate docopt;
|
extern crate docopt;
|
||||||
extern crate "rustc-serialize" as rustc_serialize;
|
extern crate rustc_serialize;
|
||||||
extern crate encoding;
|
extern crate encoding;
|
||||||
extern crate ropey;
|
extern crate ropey;
|
||||||
//extern crate freetype;
|
//extern crate freetype;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user