aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-04-03 08:33:51 +0200
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-04-03 09:42:45 +0200
commit0f7bd9071e9b64acb9f13e253d49c3790e50d560 (patch)
treeb35fe22f55ef94a02ab01bf6f5271407ce4ad204 /Cargo.toml
parent1c74614c4ace993e655e18dafdeb9d5ceef9ea06 (diff)
downloadglutin-0f7bd9071e9b64acb9f13e253d49c3790e50d560.tar.gz
glutin-0f7bd9071e9b64acb9f13e253d49c3790e50d560.zip
Remove all features for 1.0 beta
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 cf0f69d..3dcb660 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,6 +17,7 @@ headless = []
[dependencies]
gl_common = "*"
+lazy_static = "0.1"
libc = "*"
[build-dependencies]