Use the shared_library crate instead of loading symbols manually
This commit is contained in:
parent
2ca9adffa0
commit
7df4de2ce7
5 changed files with 48 additions and 207 deletions
|
|
@ -26,6 +26,9 @@
|
|||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
|
||||
#[macro_use]
|
||||
extern crate shared_library;
|
||||
|
||||
extern crate gl_common;
|
||||
extern crate libc;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue