Remove dependency on cgl on OSX

This commit is contained in:
Pierre Krieger 2017-07-05 09:13:39 +02:00
parent e196f80e98
commit ac0d6c890a
2 changed files with 0 additions and 3 deletions

View file

@ -104,8 +104,6 @@ extern crate dwmapi;
#[macro_use]
extern crate objc;
#[cfg(target_os = "macos")]
extern crate cgl;
#[cfg(target_os = "macos")]
extern crate cocoa;
#[cfg(target_os = "macos")]
extern crate core_foundation;