mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 13:38:35 +00:00
Add crates.io categories
This commit is contained in:
parent
97edc5e979
commit
48c7dd68ee
@ -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" }
|
||||||
|
|||||||
@ -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 }
|
||||||
|
|||||||
@ -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]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user