Add some metadata in Cargo.toml

This commit is contained in:
Tomaka17 2014-11-13 09:01:30 +01:00
parent 6995878cea
commit 7268082b76

View file

@ -3,6 +3,10 @@
name = "glutin" name = "glutin"
version = "0.0.1" version = "0.0.1"
authors = ["tomaka <pierre.krieger1708@gmail.com>"] authors = ["tomaka <pierre.krieger1708@gmail.com>"]
description = "Cross-plaform OpenGL context provider."
keywords = ["windowing", "opengl"]
license = "Apache-2.0"
repository = "https://github.com/tomaka/glutin"
[features] [features]
default = ["window"] default = ["window"]