Skip to content

Commit

Permalink
Merge branch 'main' into v0.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Dec 18, 2023
2 parents 77eb190 + 7dc00f2 commit cf7ea85
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 19 deletions.
6 changes: 3 additions & 3 deletions .crate-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/v0.1.1/examples/basic-button.rs
[examples]: https://github.com/khonsulabs/gooey/tree/v0.1.1/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
Expand Down
15 changes: 9 additions & 6 deletions .rustme/config.ron
Original file line number Diff line number Diff line change
@@ -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: [
Expand All @@ -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/",
Expand Down
8 changes: 4 additions & 4 deletions .rustme/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://docs.rs/gooey/*/gooey/widget/trait.Widget.html
[widgets]: https://docs.rs/gooey/*/gooey/widgets/index.html
[button-example]: https://github.com/khonsulabs/gooey/tree/v0.1.1/examples/basic-button.rs
[examples]: https://github.com/khonsulabs/gooey/tree/v0.1.1/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
Expand Down

0 comments on commit cf7ea85

Please sign in to comment.