Switch to the official crates.

cocoa, core-foundation, and core-graphics are now on crates.io.
This commit is contained in:
Jack Moffitt 2015-06-03 22:13:18 -06:00
parent 70c88cf18f
commit dbec1bf79d
2 changed files with 4 additions and 4 deletions

View file

@ -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;