Add docs links to Cargo.toml

So docs link shows up nicely on crates.io
This commit is contained in:
dbr 2022-11-30 10:31:02 +10:30
parent 5f079428c8
commit 6d6cda275c
5 changed files with 5 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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