From 19ff43ddf837484e83f83a57ab039fe722d3d61d Mon Sep 17 00:00:00 2001 From: Joonas Javanainen Date: Fri, 31 Mar 2017 18:48:33 +0300 Subject: [PATCH] Add Cargo.toml categories --- imgui-gfx-renderer/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/imgui-gfx-renderer/Cargo.toml b/imgui-gfx-renderer/Cargo.toml index fe0caf3..f20bdb0 100644 --- a/imgui-gfx-renderer/Cargo.toml +++ b/imgui-gfx-renderer/Cargo.toml @@ -6,6 +6,7 @@ description = "gfx renderer for the imgui crate" homepage = "https://github.com/gekkio/imgui-rs" repository = "https://github.com/gekkio/imgui-rs" license = "MIT/Apache-2.0" +categories = ["gui", "rendering"] [dependencies] gfx = "0.14"