Fix the description in Cargo.toml

This commit is contained in:
tomaka 2015-03-25 10:52:42 +01:00
parent 8c78cabcf2
commit 63d2cd263e

View file

@ -3,7 +3,7 @@
name = "glutin" name = "glutin"
version = "0.0.13" version = "0.0.13"
authors = ["tomaka <pierre.krieger1708@gmail.com>"] authors = ["tomaka <pierre.krieger1708@gmail.com>"]
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"] keywords = ["windowing", "opengl"]
license = "Apache-2.0" license = "Apache-2.0"
readme = "README.md" readme = "README.md"