From 7df4de2ce74e6917431397a80435e71331336ee7 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Mon, 27 Apr 2015 14:25:53 +0200 Subject: Use the shared_library crate instead of loading symbols manually --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 7075df7..f059bad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,6 +19,7 @@ headless = [] gl_common = "*" lazy_static = "0.1" libc = "*" +shared_library = "0.1" [build-dependencies] gl_generator = "*" -- cgit v1.2.3