aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-04-27 14:25:53 +0200
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-04-27 14:31:26 +0200
commit7df4de2ce74e6917431397a80435e71331336ee7 (patch)
tree2503ab0c2a65edb471816a3485fee851ef33634f /Cargo.toml
parent2ca9adffa0699252744fc0da3e25891f9c2809da (diff)
downloadglutin-7df4de2ce74e6917431397a80435e71331336ee7.tar.gz
glutin-7df4de2ce74e6917431397a80435e71331336ee7.zip
Use the shared_library crate instead of loading symbols manually
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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 = "*"