aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
diff options
context:
space:
mode:
authorDavid Partouche <david@manateedev.com>2014-11-04 18:03:38 +0100
committerDavid Partouche <david@manateedev.com>2014-11-04 18:03:38 +0100
commit9dd592600ac91f7fe00a6e2af6651755b38f57a7 (patch)
treebb2a75e4b0cb6f54f45617cf811ad923d27aef79 /src/lib.rs
parent605bf39b78c0afc38f8d14b12605f9e3a27bac65 (diff)
downloadglutin-9dd592600ac91f7fe00a6e2af6651755b38f57a7.tar.gz
glutin-9dd592600ac91f7fe00a6e2af6651755b38f57a7.zip
Retrieve the monitors and their info for osx
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index d8c546a..f1f8d5a 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -37,6 +37,8 @@ extern crate libc;
extern crate cocoa;
#[cfg(target_os = "macos")]
extern crate core_foundation;
+#[cfg(target_os = "macos")]
+extern crate core_graphics;
#[cfg(target_os = "linux")]
extern crate sync;