aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-03-19 14:44:34 +0100
committertomaka <pierre.krieger1708@gmail.com>2015-03-19 14:44:34 +0100
commit3117ab5b2d473e5677ad60f1092f2f4fd3ed29dc (patch)
tree52254501629a40b9899e63e2394944d569642f52 /Cargo.toml
parentd48b828fd7f42fa4cc96d42d789dc063145b9b1a (diff)
downloadglutin-3117ab5b2d473e5677ad60f1092f2f4fd3ed29dc.tar.gz
glutin-3117ab5b2d473e5677ad60f1092f2f4fd3ed29dc.zip
Publish version 0.0.10
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 2271bf6..528974f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "glutin"
-version = "0.0.9"
+version = "0.0.10"
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"]