Skip to content

Commit

Permalink
Releasing v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Dec 28, 2023
1 parent 98f8d3a commit 0e33586
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions .crate-docs.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Cushy is considered alpha and unsupported](https://img.shields.io/badge/status-alpha-orange)
[![crate version](https://img.shields.io/crates/v/cushy.svg)](https://crates.io/crates/cushy)
[![Documentation for `main` branch](https://img.shields.io/badge/docs-main-informational)](https://khonsu.dev/cushy/main/docs/cushy/)
[![Documentation for `main` branch](https://img.shields.io/badge/docs-main-informational)](https://docs.rs/cushy)

Cushy is an experimental Graphical User Interface (GUI) crate for the Rust
programming language. It features a reactive data model and aims to enable
Expand Down Expand Up @@ -65,8 +65,8 @@ Cushy.

[widget]: crate::widget::Widget
[widgets]: mod@crate::widgets
[button-example]: https://github.com/khonsulabs/cushy/tree/main/examples/basic-button.rs
[examples]: https://github.com/khonsulabs/cushy/tree/main/examples/
[button-example]: https://github.com/khonsulabs/cushy/tree/v0.2.0/examples/basic-button.rs
[examples]: https://github.com/khonsulabs/cushy/tree/v0.2.0/examples/
[kludgine]: https://github.com/khonsulabs/kludgine
[figures]: https://github.com/khonsulabs/figures
[wgpu]: https://github.com/gfx-rs/wgpu
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![Cushy is considered alpha and unsupported](https://img.shields.io/badge/status-alpha-orange)
[![crate version](https://img.shields.io/crates/v/cushy.svg)](https://crates.io/crates/cushy)
[![Documentation for `main` branch](https://img.shields.io/badge/docs-main-informational)](https://khonsu.dev/cushy/main/docs/cushy/)
[![Documentation for `main` branch](https://img.shields.io/badge/docs-main-informational)](https://docs.rs/cushy)

Cushy is an experimental Graphical User Interface (GUI) crate for the Rust
programming language. It features a reactive data model and aims to enable
Expand Down Expand Up @@ -65,10 +65,10 @@ 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
Cushy.

[widget]: https://khonsu.dev/cushy/main/docs/cushy/widget/trait.Widget.html
[widgets]: https://khonsu.dev/cushy/main/docs/cushy/widgets/index.html
[button-example]: https://github.com/khonsulabs/cushy/tree/main/examples/basic-button.rs
[examples]: https://github.com/khonsulabs/cushy/tree/main/examples/
[widget]: https://docs.rs/cushy/*/cushy/widget/trait.Widget.html
[widgets]: https://docs.rs/cushy/*/cushy/widgets/index.html
[button-example]: https://github.com/khonsulabs/cushy/tree/v0.2.0/examples/basic-button.rs
[examples]: https://github.com/khonsulabs/cushy/tree/v0.2.0/examples/
[kludgine]: https://github.com/khonsulabs/kludgine
[figures]: https://github.com/khonsulabs/figures
[wgpu]: https://github.com/gfx-rs/wgpu
Expand Down

0 comments on commit 0e33586

Please sign in to comment.