aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-05-02 06:56:47 +0200
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-05-02 06:56:47 +0200
commitad21d31b6b85c28de86aa7f84ef3983e029d74f3 (patch)
treed02907d515e05e77eaddab5306b792a77cb29e33
parent4882a94080636735b8a8ef78203e7d77ff893370 (diff)
downloadglutin-ad21d31b6b85c28de86aa7f84ef3983e029d74f3.tar.gz
glutin-ad21d31b6b85c28de86aa7f84ef3983e029d74f3.zip
Fix compilation of cocoa
-rw-r--r--Cargo.toml2
-rw-r--r--src/api/cocoa/mod.rs1
2 files changed, 1 insertions, 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 <pierre.krieger1708@gmail.com>"]
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;