Skip to content

Commit

Permalink
Added link to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed Jul 25, 2023
1 parent 54e73ce commit de41945
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

![Gooey is considered experimental and unsupported](https://img.shields.io/badge/status-prototype-blueviolet)
[![crate version](https://img.shields.io/crates/v/gooey.svg)](https://crates.io/crates/gooey)
[![Documentation for `main` branch](https://img.shields.io/badge/docs-main-informational)](https://gooey.rs/main/gooey/)

Gooey is a cross-platform Graphical User Interface (GUI) crate for Rust. **This crate is
incredibly early in development and is not ready to be used to develop
Expand Down Expand Up @@ -32,7 +33,8 @@ fn main() {
```

In this example, `counter` and `label` are `Dynamic` values. `Dynamic` values
are able to be updated and have their changes observed. `label` is automatically updated each time `counter` is changed.
are able to be updated and have their changes observed. `label` is automatically
updated each time `counter` is changed.

The `on_click` callbacks for each button update `counter`, which automatically
updates `label`, which the `Label` widget reacts to by displaying the new
Expand Down

0 comments on commit de41945

Please sign in to comment.