mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 21:48:36 +00:00
Add docs links to Cargo.toml
So docs link shows up nicely on crates.io
This commit is contained in:
parent
5f079428c8
commit
6d6cda275c
@ -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"]
|
||||
|
||||
|
||||
@ -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"]
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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"]
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user