mirror of
https://github.com/danbulant/cushy
synced 2026-06-10 10:00:46 +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://gooey.rs/main/gooey/)
|
||||
[](https://gooey.rs/main/docs/gooey/)
|
||||
|
||||
Gooey is an experimental Graphical User Interface (GUI) crate for the Rust
|
||||
programming language. It is powered by:
|
||||
|
|
|
|||
|
|
@ -37,16 +37,16 @@ Configuration(
|
|||
release: "v0.1.3",
|
||||
),
|
||||
"docs": (
|
||||
default: "https://gooey.rs/main/gooey/",
|
||||
default: "https://gooey.rs/main/docs/gooey/",
|
||||
release: "https://docs.rs/gooey",
|
||||
),
|
||||
"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",
|
||||
for_docs: "crate::widget::Widget",
|
||||
),
|
||||
"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",
|
||||
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
|
||||
Gooey.
|
||||
|
||||
[widget]: https://gooey.rs/main/gooey/widget/trait.Widget.html
|
||||
[widgets]: https://gooey.rs/main/gooey/widgets/index.html
|
||||
[widget]: https://gooey.rs/main/docs/gooey/widget/trait.Widget.html
|
||||
[widgets]: https://gooey.rs/main/docs/gooey/widgets/index.html
|
||||
[button-example]: https://github.com/khonsulabs/gooey/tree/main/examples/basic-button.rs
|
||||
[examples]: https://github.com/khonsulabs/gooey/tree/main/examples/
|
||||
[kludgine]: https://github.com/khonsulabs/kludgine
|
||||
|
|
|
|||
Loading…
Reference in a new issue