From ad21d31b6b85c28de86aa7f84ef3983e029d74f3 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Sat, 2 May 2015 06:56:47 +0200 Subject: Fix compilation of cocoa --- Cargo.toml | 2 +- src/api/cocoa/mod.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aa41709..ea91068 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glutin" -version = "0.0.28" +version = "0.0.29" authors = ["tomaka "] description = "Cross-plaform OpenGL context provider." keywords = ["windowing", "opengl"] diff --git a/src/api/cocoa/mod.rs b/src/api/cocoa/mod.rs index a58001d..5b42abc 100644 --- a/src/api/cocoa/mod.rs +++ b/src/api/cocoa/mod.rs @@ -9,7 +9,6 @@ use libc; use Api; use BuilderAttribs; -use CreationError; use GlContext; use GlProfile; use GlRequest; -- cgit v1.2.3