Added rust-encoding as a dependency, in prep for text encoding support.
This commit is contained in:
parent
ed888939bf
commit
9b24b2b4f2
|
@ -21,4 +21,5 @@ git = "https://github.com/gchp/rustbox.git"
|
|||
git = "https://github.com/PistonDevelopers/freetype-rs.git"
|
||||
|
||||
[dependencies]
|
||||
rustc-serialize = "*"
|
||||
rustc-serialize = "*"
|
||||
encoding = "*"
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
extern crate rustbox;
|
||||
extern crate docopt;
|
||||
extern crate "rustc-serialize" as rustc_serialize;
|
||||
extern crate encoding;
|
||||
//extern crate freetype;
|
||||
//extern crate sdl2;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user