Update to libc 0.2, remove unnecessary gl_common crate

This commit is contained in:
mitchmindtree 2015-11-09 18:22:48 +11:00 committed by Pierre Krieger
parent 37262fb228
commit b02265fa11
2 changed files with 12 additions and 13 deletions

View file

@ -29,7 +29,6 @@ extern crate lazy_static;
#[macro_use]
extern crate shared_library;
extern crate gl_common;
extern crate libc;
#[cfg(target_os = "windows")]