Updated to use objc lib.
This commit is contained in:
parent
9e96fdb288
commit
4b1cfe8801
3 changed files with 60 additions and 84 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue