aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorAndreas Gal <andreas.gal@gmail.com>2015-02-23 23:50:17 +0100
committerAndreas Gal <andreas.gal@gmail.com>2015-02-23 23:50:17 +0100
commit16a934fc94c6e114de8c4e0ca4c7e504fef90eb8 (patch)
treecc954663cf3c3291c02cfaf2e4e0320bf67b4dcb /Cargo.toml
parent9cb397fc928cbc0a1009c494ad7ff8fa6c3db351 (diff)
downloadglutin-16a934fc94c6e114de8c4e0ca4c7e504fef90eb8.tar.gz
glutin-16a934fc94c6e114de8c4e0ca4c7e504fef90eb8.zip
bump version
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 c62bf07..086d425 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "glutin"
-version = "0.0.5"
+version = "0.0.6"
authors = ["tomaka <pierre.krieger1708@gmail.com>"]
description = "Cross-plaform OpenGL context provider. Important: the crates.io only supports Windows and Linux for the moment."
keywords = ["windowing", "opengl"]