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
|
|
@ -19,6 +19,7 @@ headless = []
|
|||
gl_common = "*"
|
||||
lazy_static = "0.1"
|
||||
libc = "*"
|
||||
shared_library = "0.1"
|
||||
|
||||
[build-dependencies]
|
||||
gl_generator = "*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue