Add crates.io categories

This commit is contained in:
Joonas Javanainen 2017-03-31 18:42:44 +03:00
parent 97edc5e979
commit 48c7dd68ee
No known key found for this signature in database
GPG Key ID: D39CCA5CB19B9179
3 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,7 @@ readme = "README.markdown"
homepage = "https://github.com/gekkio/imgui-rs" homepage = "https://github.com/gekkio/imgui-rs"
repository = "https://github.com/gekkio/imgui-rs" repository = "https://github.com/gekkio/imgui-rs"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
categories = ["gui", "api-bindings"]
[dependencies] [dependencies]
imgui-sys = { path = "imgui-sys" } imgui-sys = { path = "imgui-sys" }

View File

@ -6,6 +6,7 @@ description = "Glium renderer for imgui-rs"
homepage = "https://github.com/gekkio/imgui-rs" homepage = "https://github.com/gekkio/imgui-rs"
repository = "https://github.com/gekkio/imgui-rs" repository = "https://github.com/gekkio/imgui-rs"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
categories = ["gui", "rendering"]
[dependencies] [dependencies]
glium = { version = "0.16", default-features = false } glium = { version = "0.16", default-features = false }

View File

@ -6,6 +6,7 @@ description = "Raw ocornut/imgui bindings for Rust"
homepage = "https://github.com/gekkio/imgui-rs" homepage = "https://github.com/gekkio/imgui-rs"
repository = "https://github.com/gekkio/imgui-rs" repository = "https://github.com/gekkio/imgui-rs"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
categories = ["gui", "external-ffi-bindings"]
build = "build.rs" build = "build.rs"
[dependencies] [dependencies]