Skip to content

Commit

Permalink
Add docs links to Cargo.toml
Browse files Browse the repository at this point in the history
So docs link shows up nicely on crates.io
  • Loading branch information
dbr committed Nov 30, 2022
1 parent 5f07942 commit 6d6cda2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions imgui-glium-renderer/Cargo.toml
Expand Up @@ -5,6 +5,7 @@ edition = "2018"
description = "Glium renderer for the imgui crate"
homepage = "https://github.com/imgui-rs/imgui-rs"
repository = "https://github.com/imgui-rs/imgui-rs"
documentation = "https://docs.rs/imgui-glium-renderer"
license = "MIT/Apache-2.0"
categories = ["gui", "rendering"]

Expand Down
1 change: 1 addition & 0 deletions imgui-sdl2-support/Cargo.toml
Expand Up @@ -6,6 +6,7 @@ authors = ["The imgui-rs Developers"]
description = "sdl2 support code for the imgui crate"
homepage = "https://github.com/imgui-rs/imgui-rs"
repository = "https://github.com/imgui-rs/imgui-rs"
documentation = "https://docs.rs/imgui-sdl2-support"
license = "MIT/Apache-2.0"
categories = ["gui"]

Expand Down
1 change: 1 addition & 0 deletions imgui-sys/Cargo.toml
Expand Up @@ -5,6 +5,7 @@ edition = "2018"
description = "Raw FFI bindings to dear imgui"
homepage = "https://github.com/imgui-rs/imgui-rs"
repository = "https://github.com/imgui-rs/imgui-rs"
documentation = "https://docs.rs/imgui-sys"
license = "MIT/Apache-2.0"
categories = ["gui", "external-ffi-bindings"]
build = "build.rs"
Expand Down
1 change: 1 addition & 0 deletions imgui-winit-support/Cargo.toml
Expand Up @@ -5,6 +5,7 @@ edition = "2018"
description = "winit support code for the imgui crate"
homepage = "https://github.com/imgui-rs/imgui-rs"
repository = "https://github.com/imgui-rs/imgui-rs"
documentation = "https://docs.rs/imgui-winit-support"
license = "MIT/Apache-2.0"
categories = ["gui"]

Expand Down
1 change: 1 addition & 0 deletions imgui/Cargo.toml
Expand Up @@ -5,6 +5,7 @@ edition = "2018"
description = "High-level Rust bindings to dear imgui"
homepage = "https://github.com/imgui-rs/imgui-rs"
repository = "https://github.com/imgui-rs/imgui-rs"
documentation = "https://docs.rs/imgui"
license = "MIT/Apache-2.0"
categories = ["gui", "api-bindings"]
readme = "../README.markdown"
Expand Down

0 comments on commit 6d6cda2

Please sign in to comment.