Add Cargo.toml categories

This commit is contained in:
Joonas Javanainen 2017-03-31 18:48:33 +03:00
parent 4ee27d149c
commit 19ff43ddf8
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179

View File

@ -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"