From fce9b40deb8cfc07f2dee2d8a493632c3bac2943 Mon Sep 17 00:00:00 2001 From: tomaka Date: Mon, 23 Mar 2015 07:47:13 +0100 Subject: [PATCH] Release 0.0.13 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bb44e00b..e83d6a57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "glutin" -version = "0.0.12" +version = "0.0.13" authors = ["tomaka "] description = "Cross-plaform OpenGL context provider. Important: the crates.io only supports Windows and Linux for the moment." keywords = ["windowing", "opengl"]