Removed 'extern crate gl_generator'

This commit is contained in:
Andrey Lesnikov 2014-12-26 01:28:48 +03:00
parent 4bcdbce222
commit e441247d61

View file

@ -28,8 +28,6 @@
//!
//! By default only `window` is enabled.
#[phase(plugin)] extern crate gl_generator;
extern crate gl_common;
extern crate libc;