Fixing links in readme

I somehow lost my variables at some point.
This commit is contained in:
Jonathan Johnson 2023-12-18 11:40:45 -08:00
parent 5be40e7271
commit 7dc00f27e0
No known key found for this signature in database
GPG key ID: A66D6A34D6620579
6 changed files with 22 additions and 19 deletions

View file

@ -59,13 +59,13 @@ pull requests, as it ensures changes fit the vision the maintainers have for
Gooey. Gooey.
[widget]: crate::widget::Widget [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 [kludgine]: https://github.com/khonsulabs/kludgine
[figures]: https://github.com/khonsulabs/figures [figures]: https://github.com/khonsulabs/figures
[wgpu]: https://github.com/gfx-rs/wgpu [wgpu]: https://github.com/gfx-rs/wgpu
[winit]: https://github.com/rust-windowing/winit [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 [cosmic_text]: https://github.com/pop-os/cosmic-text
[palette]: https://github.com/Ogeon/palette [palette]: https://github.com/Ogeon/palette
[arboard]: https://github.com/1Password/arboard [arboard]: https://github.com/1Password/arboard

View file

@ -1,10 +1,13 @@
Configuration( Configuration(
files: { files: {
"../README.md": [ "../README.md": (
"header.md", for_docs: false,
"docs.md", sections: [
"https://github.com/khonsulabs/.github/raw/main/snippets/readme-footer.md", "header.md",
], "docs.md",
"https://github.com/khonsulabs/.github/raw/main/snippets/readme-footer.md",
],
),
"../.crate-docs.md": ( "../.crate-docs.md": (
for_docs: true, for_docs: true,
sections: [ sections: [
@ -31,7 +34,7 @@ Configuration(
// "msrv": "1.70", // "msrv": "1.70",
"ref-name": ( "ref-name": (
default: "main", default: "main",
release: "v0.1.0", release: "v0.1.1",
), ),
"docs": ( "docs": (
default: "https://gooey.rs/main/gooey/", default: "https://gooey.rs/main/gooey/",

View file

@ -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 pull requests, as it ensures changes fit the vision the maintainers have for
Gooey. 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 [kludgine]: https://github.com/khonsulabs/kludgine
[figures]: https://github.com/khonsulabs/figures [figures]: https://github.com/khonsulabs/figures
[wgpu]: https://github.com/gfx-rs/wgpu [wgpu]: https://github.com/gfx-rs/wgpu
[winit]: https://github.com/rust-windowing/winit [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 [cosmic_text]: https://github.com/pop-os/cosmic-text
[palette]: https://github.com/Ogeon/palette [palette]: https://github.com/Ogeon/palette
[arboard]: https://github.com/1Password/arboard [arboard]: https://github.com/1Password/arboard

2
Cargo.lock generated
View file

@ -869,7 +869,7 @@ dependencies = [
[[package]] [[package]]
name = "gooey" name = "gooey"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"ahash", "ahash",
"alot", "alot",

View file

@ -2,7 +2,7 @@
[package] [package]
name = "gooey" name = "gooey"
version = "0.1.0" version = "0.1.1"
edition = "2021" edition = "2021"
description = "A wgpu-powered graphical user interface (GUI) library with a reactive data model" description = "A wgpu-powered graphical user interface (GUI) library with a reactive data model"
repository = "https://github.com/khonsulabs/gooey" repository = "https://github.com/khonsulabs/gooey"

View file

@ -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 pull requests, as it ensures changes fit the vision the maintainers have for
Gooey. 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 [kludgine]: https://github.com/khonsulabs/kludgine
[figures]: https://github.com/khonsulabs/figures [figures]: https://github.com/khonsulabs/figures
[wgpu]: https://github.com/gfx-rs/wgpu [wgpu]: https://github.com/gfx-rs/wgpu
[winit]: https://github.com/rust-windowing/winit [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 [cosmic_text]: https://github.com/pop-os/cosmic-text
[palette]: https://github.com/Ogeon/palette [palette]: https://github.com/Ogeon/palette
[arboard]: https://github.com/1Password/arboard [arboard]: https://github.com/1Password/arboard