Updated to use objc lib.

This commit is contained in:
Steven Sheldon 2015-03-22 01:31:32 -04:00
parent 9e96fdb288
commit 4b1cfe8801
3 changed files with 60 additions and 84 deletions

View file

@ -38,6 +38,9 @@ extern crate "gdi32-sys" as gdi32;
#[cfg(target_os = "windows")]
extern crate "user32-sys" as user32;
#[cfg(target_os = "macos")]
#[macro_use]
extern crate objc;
#[cfg(target_os = "macos")]
extern crate cocoa;
#[cfg(target_os = "macos")]
extern crate core_foundation;