diff options
author | tomaka <pierre.krieger1708@gmail.com> | 2015-03-08 10:39:53 +0100 |
---|---|---|
committer | tomaka <pierre.krieger1708@gmail.com> | 2015-03-08 10:39:53 +0100 |
commit | 277b66a70852661f7eb645e3e216c927eb94dffb (patch) | |
tree | 099ba56712f024f6eb2326077a37beca7eaa15fb | |
parent | 7154ea5cb07fa33b0820a4c471af51fd7fcf969e (diff) | |
download | glutin-277b66a70852661f7eb645e3e216c927eb94dffb.tar.gz glutin-277b66a70852661f7eb645e3e216c927eb94dffb.zip |
Bump version
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ [package] name = "glutin" -version = "0.0.6" +version = "0.0.7" 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"] |