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

@ -19,6 +19,7 @@ headless = []
gl_common = "*"
lazy_static = "0.1"
libc = "*"
shared_library = "0.1"
[build-dependencies]
gl_generator = "*"