diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ extern crate cocoa; #[cfg(target_os = "macos")] extern crate core_foundation; #[cfg(target_os = "macos")] -extern crate glutin_core_graphics as core_graphics; +extern crate core_graphics; #[cfg(any(target_os = "linux", target_os = "freebsd"))] extern crate x11_dl; |