From e158af6806aa380a3478935e9abe7ad6a25ebdcf Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Tue, 31 Jan 2017 10:01:36 +0100 Subject: [PATCH] Add categories --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 20677a13..2ebf91b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ license = "Apache-2.0" readme = "README.md" repository = "https://github.com/tomaka/winit" documentation = "https://docs.rs/winit" +categories = ["gui"] [dependencies] lazy_static = "0.2.2"