From 28955c69d0783e0b344dd66e39abb4cc1feae5e0 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Fri, 6 Feb 2015 09:21:55 +0100 Subject: Update with libc change --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c091ffe..57ccae0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,8 +16,9 @@ default = ["window"] window = [] headless = [] -[dependencies.gl_common] +[dependencies] gl_common = "*" +libc = "*" [build-dependencies] gl_generator = "*" -- cgit v1.2.3