diff options
author | Andreas Gal <andreas.gal@gmail.com> | 2015-02-23 23:50:17 +0100 |
---|---|---|
committer | Andreas Gal <andreas.gal@gmail.com> | 2015-02-23 23:50:17 +0100 |
commit | 16a934fc94c6e114de8c4e0ca4c7e504fef90eb8 (patch) | |
tree | cc954663cf3c3291c02cfaf2e4e0320bf67b4dcb | |
parent | 9cb397fc928cbc0a1009c494ad7ff8fa6c3db351 (diff) | |
download | glutin-16a934fc94c6e114de8c4e0ca4c7e504fef90eb8.tar.gz glutin-16a934fc94c6e114de8c4e0ca4c7e504fef90eb8.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.5" +version = "0.0.6" 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"] |