aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-01-10 08:55:51 +0100
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-01-10 08:55:51 +0100
commit5a20f0af6b8b23fbbf2ac0216b8fb2eda6c6ac48 (patch)
treed722a5e576c7c86ab4216b6722d7044b5e2e4e23 /Cargo.toml
parentf72b09bcb7efee96b05dbcfc34b4a5fd72ef37aa (diff)
downloadglutin-5a20f0af6b8b23fbbf2ac0216b8fb2eda6c6ac48.tar.gz
glutin-5a20f0af6b8b23fbbf2ac0216b8fb2eda6c6ac48.zip
Bump version number
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 42b06f0..53a0632 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,9 +1,9 @@
[package]
name = "glutin"
-version = "0.0.3-pre"
+version = "0.0.4-pre"
authors = ["tomaka <pierre.krieger1708@gmail.com>"]
-description = "Cross-plaform OpenGL context provider."
+description = "Cross-plaform OpenGL context provider. Important: the crates.io only supports Windows and Linux for the moment."
keywords = ["windowing", "opengl"]
license = "Apache-2.0"
readme = "README.md"