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.
[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

View file

@ -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/",

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
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
View file

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

View file

@ -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"

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
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