Skip to content

Commit

Permalink
Merge pull request #421 from tomaka/fix-compilation
Browse files Browse the repository at this point in the history
Fix compilation of cocoa
  • Loading branch information
tomaka committed May 2, 2015
2 parents 4882a94 + ad21d31 commit ef45318
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand Down
1 change: 0 additions & 1 deletion src/api/cocoa/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ use libc;

use Api;
use BuilderAttribs;
use CreationError;
use GlContext;
use GlProfile;
use GlRequest;
Expand Down

0 comments on commit ef45318

Please sign in to comment.