mirror of
https://github.com/danbulant/cushy
synced 2026-06-10 10:00:46 +00:00
Fixing links in readme
I somehow lost my variables at some point.
This commit is contained in:
parent
5be40e7271
commit
7dc00f27e0
6 changed files with 22 additions and 19 deletions
|
|
@ -59,13 +59,13 @@ pull requests, as it ensures changes fit the vision the maintainers have for
|
|||
Gooey.
|
||||
|
||||
[widget]: crate::widget::Widget
|
||||
[widgets]: mod@crate::widgets
|
||||
[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
|
||||
[figures]: https://github.com/khonsulabs/figures
|
||||
[wgpu]: https://github.com/gfx-rs/wgpu
|
||||
[winit]: https://github.com/rust-windowing/winit
|
||||
[widgets]: mod@crate::widgets
|
||||
[button-example]: https://github.com/khonsulabs/gooey/tree/main/examples/basic-button.rs
|
||||
[examples]: https://github.com/khonsulabs/gooey/tree/main/examples/
|
||||
[cosmic_text]: https://github.com/pop-os/cosmic-text
|
||||
[palette]: https://github.com/Ogeon/palette
|
||||
[arboard]: https://github.com/1Password/arboard
|
||||
|
|
|
|||
|
|
@ -1,10 +1,13 @@
|
|||
Configuration(
|
||||
files: {
|
||||
"../README.md": [
|
||||
"header.md",
|
||||
"docs.md",
|
||||
"https://github.com/khonsulabs/.github/raw/main/snippets/readme-footer.md",
|
||||
],
|
||||
"../README.md": (
|
||||
for_docs: false,
|
||||
sections: [
|
||||
"header.md",
|
||||
"docs.md",
|
||||
"https://github.com/khonsulabs/.github/raw/main/snippets/readme-footer.md",
|
||||
],
|
||||
),
|
||||
"../.crate-docs.md": (
|
||||
for_docs: true,
|
||||
sections: [
|
||||
|
|
@ -31,7 +34,7 @@ Configuration(
|
|||
// "msrv": "1.70",
|
||||
"ref-name": (
|
||||
default: "main",
|
||||
release: "v0.1.0",
|
||||
release: "v0.1.1",
|
||||
),
|
||||
"docs": (
|
||||
default: "https://gooey.rs/main/gooey/",
|
||||
|
|
|
|||
|
|
@ -45,14 +45,14 @@ 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]: crate::widget::Widget
|
||||
[widget]: $widget$
|
||||
[widgets]: $widgets$
|
||||
[button-example]: https://github.com/khonsulabs/gooey/tree/$ref-name$/examples/basic-button.rs
|
||||
[examples]: https://github.com/khonsulabs/gooey/tree/$ref-name$/examples/
|
||||
[kludgine]: https://github.com/khonsulabs/kludgine
|
||||
[figures]: https://github.com/khonsulabs/figures
|
||||
[wgpu]: https://github.com/gfx-rs/wgpu
|
||||
[winit]: https://github.com/rust-windowing/winit
|
||||
[widgets]: mod@crate::widgets
|
||||
[button-example]: https://github.com/khonsulabs/gooey/tree/main/examples/basic-button.rs
|
||||
[examples]: https://github.com/khonsulabs/gooey/tree/main/examples/
|
||||
[cosmic_text]: https://github.com/pop-os/cosmic-text
|
||||
[palette]: https://github.com/Ogeon/palette
|
||||
[arboard]: https://github.com/1Password/arboard
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -869,7 +869,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "gooey"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
dependencies = [
|
||||
"ahash",
|
||||
"alot",
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[package]
|
||||
name = "gooey"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
description = "A wgpu-powered graphical user interface (GUI) library with a reactive data model"
|
||||
repository = "https://github.com/khonsulabs/gooey"
|
||||
|
|
|
|||
|
|
@ -60,14 +60,14 @@ 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]: crate::widget::Widget
|
||||
[widget]: https://gooey.rs/main/gooey/widget/trait.Widget.html
|
||||
[widgets]: https://gooey.rs/main/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
|
||||
[figures]: https://github.com/khonsulabs/figures
|
||||
[wgpu]: https://github.com/gfx-rs/wgpu
|
||||
[winit]: https://github.com/rust-windowing/winit
|
||||
[widgets]: mod@crate::widgets
|
||||
[button-example]: https://github.com/khonsulabs/gooey/tree/main/examples/basic-button.rs
|
||||
[examples]: https://github.com/khonsulabs/gooey/tree/main/examples/
|
||||
[cosmic_text]: https://github.com/pop-os/cosmic-text
|
||||
[palette]: https://github.com/Ogeon/palette
|
||||
[arboard]: https://github.com/1Password/arboard
|
||||
|
|
|
|||
Loading…
Reference in a new issue