Update various Cargo patches and deal with the fallout

This commit is contained in:
Lars Bergstrom 2015-05-22 16:16:50 -05:00
parent 25f87aa8ab
commit 442bfb716b
8 changed files with 25 additions and 36 deletions

View file

@ -58,6 +58,7 @@ extern crate core_text;
#[cfg(target_os="macos")]
#[macro_use]
extern crate objc;
#[cfg(target_os="linux")] extern crate x11;
// Must come first.
pub mod macros;