From f94888c879683a876fde26582c2a84d5e15fc186 Mon Sep 17 00:00:00 2001 From: hclarke Date: Mon, 31 Jul 2017 21:37:30 -0400 Subject: [PATCH] update glium to version 0.17 old version of cocoa wasn't building on nightly (it's a dependency of glium->glutin->cocoa and glium->glutin->winit->cocoa on osx) updating glium fixes it --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bf51087..29be582 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,5 +28,5 @@ serde = { version = "1.0", features = ["serde_derive"], optional = true } simd = { version = "0.2", optional = true } [dev-dependencies] -glium = "0.16" +glium = "0.17" serde_json = "1.0"