Use the shared_library crate instead of loading symbols manually

This commit is contained in:
Pierre Krieger 2015-04-27 14:25:53 +02:00
parent 2ca9adffa0
commit 7df4de2ce7
5 changed files with 48 additions and 207 deletions

View file

@ -26,6 +26,9 @@
#[macro_use]
extern crate lazy_static;
#[macro_use]
extern crate shared_library;
extern crate gl_common;
extern crate libc;