aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-03-13 10:21:27 +0100
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-03-13 10:21:27 +0100
commit896c8b11af59d3ab6039ee8f55c51bf2b627c819 (patch)
treead19e8d37ceccc94ce44c91cc0d2cc33b18f288a /Cargo.toml
parent183d96b44e497fcc441f94d32d5228e4c3d28c4d (diff)
downloadglutin-896c8b11af59d3ab6039ee8f55c51bf2b627c819.tar.gz
glutin-896c8b11af59d3ab6039ee8f55c51bf2b627c819.zip
Switch to new I/O in build.rs
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 c228f83..af7e024 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "glutin"
-version = "0.0.7"
+version = "0.0.8"
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"]