aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-02-21 18:11:26 +0100
committertomaka <pierre.krieger1708@gmail.com>2015-02-21 18:11:26 +0100
commit424dbb29ed52b76dedfee752699635337277568c (patch)
tree932b878e7067095497c6c0c5c3ecd53e9c1fd163 /Cargo.toml
parent06eab6f6c0ad2d8085e2074c47967f770e49792a (diff)
downloadglutin-424dbb29ed52b76dedfee752699635337277568c.tar.gz
glutin-424dbb29ed52b76dedfee752699635337277568c.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 724b2c6..c62bf07 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "glutin"
-version = "0.0.4"
+version = "0.0.5"
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"]