From 63d2cd263ee3e68118213ae5b8ba1326fc3ee03e Mon Sep 17 00:00:00 2001 From: tomaka Date: Wed, 25 Mar 2015 10:52:42 +0100 Subject: [PATCH] Fix the description in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e83d6a57..3b0317ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "glutin" version = "0.0.13" authors = ["tomaka "] -description = "Cross-plaform OpenGL context provider. Important: the crates.io only supports Windows and Linux for the moment." +description = "Cross-plaform OpenGL context provider." keywords = ["windowing", "opengl"] license = "Apache-2.0" readme = "README.md"