Pull all dependencies from crates.io

This commit is contained in:
Pierre Krieger 2015-03-13 20:59:04 +01:00
parent fb91645f40
commit 330767d0c3
4 changed files with 13 additions and 44 deletions

View file

@ -42,7 +42,7 @@ extern crate cocoa;
#[cfg(target_os = "macos")]
extern crate core_foundation;
#[cfg(target_os = "macos")]
extern crate core_graphics;
extern crate "glutin_core_graphics" as core_graphics;
pub use events::*;
#[cfg(feature = "headless")]