aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
parent4882a94080636735b8a8ef78203e7d77ff893370 (diff)
downloadglutin-ad21d31b6b85c28de86aa7f84ef3983e029d74f3.tar.gz
glutin-ad21d31b6b85c28de86aa7f84ef3983e029d74f3.zip
Fix compilation of cocoa
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 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"]