Use base64 from rustc-serialize (fixes #4747).

This commit is contained in:
Ms2ger 2015-02-10 11:34:06 +01:00
parent e3a4d49311
commit aa8e01af2a
4 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ extern crate png;
#[macro_use]
extern crate log;
extern crate openssl;
extern crate serialize;
extern crate "rustc-serialize" as rustc_serialize;
extern crate util;
extern crate stb_image;
extern crate time;