aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2016-04-06 16:34:30 +0200
committertomaka <pierre.krieger1708@gmail.com>2016-04-06 16:34:30 +0200
commit136d3beed117df96364e6537ac467b47136d8541 (patch)
treefb12c62c711957a12ae7cd0868fbf15318f923d6 /Cargo.toml
parent9a129aa86204cb798d33b3ed009de14e342748c1 (diff)
downloadglutin-136d3beed117df96364e6537ac467b47136d8541.tar.gz
glutin-136d3beed117df96364e6537ac467b47136d8541.zip
Publish 0.5.0
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 f1434d1..21c58e9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "glutin"
-version = "0.4.9"
+version = "0.5.0"
authors = ["The glutin contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform OpenGL context provider."
keywords = ["windowing", "opengl"]