mirror of
https://github.com/danbulant/cushy
synced 2026-07-03 10:10:36 +00:00
Fixing doc urls for rustme
This commit is contained in:
parent
cb65b014a3
commit
04fca53182
3 changed files with 6 additions and 6 deletions
|
|
@ -1,6 +1,6 @@
|
||||||

|

|
||||||
[](https://crates.io/crates/gooey)
|
[](https://crates.io/crates/gooey)
|
||||||
[](https://gooey.rs/main/gooey/)
|
[](https://gooey.rs/main/docs/gooey/)
|
||||||
|
|
||||||
Gooey is an experimental Graphical User Interface (GUI) crate for the Rust
|
Gooey is an experimental Graphical User Interface (GUI) crate for the Rust
|
||||||
programming language. It is powered by:
|
programming language. It is powered by:
|
||||||
|
|
|
||||||
|
|
@ -37,16 +37,16 @@ Configuration(
|
||||||
release: "v0.1.3",
|
release: "v0.1.3",
|
||||||
),
|
),
|
||||||
"docs": (
|
"docs": (
|
||||||
default: "https://gooey.rs/main/gooey/",
|
default: "https://gooey.rs/main/docs/gooey/",
|
||||||
release: "https://docs.rs/gooey",
|
release: "https://docs.rs/gooey",
|
||||||
),
|
),
|
||||||
"widget": (
|
"widget": (
|
||||||
default: "https://gooey.rs/main/gooey/widget/trait.Widget.html",
|
default: "https://gooey.rs/main/docs/gooey/widget/trait.Widget.html",
|
||||||
release: "https://docs.rs/gooey/*/gooey/widget/trait.Widget.html",
|
release: "https://docs.rs/gooey/*/gooey/widget/trait.Widget.html",
|
||||||
for_docs: "crate::widget::Widget",
|
for_docs: "crate::widget::Widget",
|
||||||
),
|
),
|
||||||
"widgets": (
|
"widgets": (
|
||||||
default: "https://gooey.rs/main/gooey/widgets/index.html",
|
default: "https://gooey.rs/main/docs/gooey/widgets/index.html",
|
||||||
release: "https://docs.rs/gooey/*/gooey/widgets/index.html",
|
release: "https://docs.rs/gooey/*/gooey/widgets/index.html",
|
||||||
for_docs: "mod@crate::widgets",
|
for_docs: "mod@crate::widgets",
|
||||||
),
|
),
|
||||||
|
|
|
||||||
|
|
@ -60,8 +60,8 @@ and problem it aims to solve. Doing so will help prevent friction in merging
|
||||||
pull requests, as it ensures changes fit the vision the maintainers have for
|
pull requests, as it ensures changes fit the vision the maintainers have for
|
||||||
Gooey.
|
Gooey.
|
||||||
|
|
||||||
[widget]: https://gooey.rs/main/gooey/widget/trait.Widget.html
|
[widget]: https://gooey.rs/main/docs/gooey/widget/trait.Widget.html
|
||||||
[widgets]: https://gooey.rs/main/gooey/widgets/index.html
|
[widgets]: https://gooey.rs/main/docs/gooey/widgets/index.html
|
||||||
[button-example]: https://github.com/khonsulabs/gooey/tree/main/examples/basic-button.rs
|
[button-example]: https://github.com/khonsulabs/gooey/tree/main/examples/basic-button.rs
|
||||||
[examples]: https://github.com/khonsulabs/gooey/tree/main/examples/
|
[examples]: https://github.com/khonsulabs/gooey/tree/main/examples/
|
||||||
[kludgine]: https://github.com/khonsulabs/kludgine
|
[kludgine]: https://github.com/khonsulabs/kludgine
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue