diff options
author | Jack Moffitt <jack@metajack.im> | 2015-06-03 22:13:18 -0600 |
---|---|---|
committer | Jack Moffitt <jack@metajack.im> | 2015-06-03 23:06:54 -0600 |
commit | dbec1bf79da449bbb84fe7da258c599da9e00df0 (patch) | |
tree | 9fd59632d939b09dc7dc894ca5b17e241f009af3 /src | |
parent | 70c88cf18f1db5aa7e2a49eb2cd7f4cb449da5d4 (diff) | |
download | glutin-dbec1bf79da449bbb84fe7da258c599da9e00df0.tar.gz glutin-dbec1bf79da449bbb84fe7da258c599da9e00df0.zip |
Switch to the official crates.
cocoa, core-foundation, and core-graphics are now on crates.io.
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; |