aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorSteven Sheldon <steven@sasheldon.com>2015-03-22 01:31:32 -0400
committerSteven Sheldon <steven@sasheldon.com>2015-03-25 10:08:42 -0400
commit4b1cfe880177019b6121ab48c5fb140bc070a13e (patch)
tree6b9dfcb0c6c3cbc2ae41ef1d3a2f2757bfb38732 /src/lib.rs
parent9e96fdb2884af2dd19a50d862712c66f2b774275 (diff)
downloadglutin-4b1cfe880177019b6121ab48c5fb140bc070a13e.tar.gz
glutin-4b1cfe880177019b6121ab48c5fb140bc070a13e.zip
Updated to use objc lib.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index c0de089..85b6168 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -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;