Skip to content

Commit

Permalink
Link the widget_nursery from the README (#1754)
Browse files Browse the repository at this point in the history
* link the widget_nursery from the README

Signed-off-by: xarvic <[email protected]>

* updated CHANGELOG.md

Signed-off-by: xarvic <[email protected]>

Co-authored-by: xarvic <[email protected]>
Co-authored-by: Colin Rofls <[email protected]>
  • Loading branch information
3 people authored May 3, 2021
1 parent 83a5c92 commit 8796d27
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,6 +298,7 @@ This means that druid no longer requires cairo on macOS and uses Core Graphics i
- `FileDialogOptions` methods `default_name`, `name_label`, `title`, `button_text`, `packages_as_directories`, `force_starting_directory`. ([#960] by [@xStrom])
- `Button::dynamic` constructor. ([#963] by [@totsteps])
- `Spinner` widget to represent loading states. ([#1003] by [@futurepaul])
- Link to the widget_nursery in README ([#1754] by [@xarvic])

### Changed

Expand Down Expand Up @@ -701,6 +702,7 @@ Last release without a changelog :(
[#1737]: https://github.com/linebender/druid/pull/1737
[#1743]: https://github.com/linebender/druid/pull/1743
[#1751]: https://github.com/linebender/druid/pull/1751
[#1754]: https://github.com/linebender/druid/pull/1754

[Unreleased]: https://github.com/linebender/druid/compare/v0.7.0...master
[0.7.0]: https://github.com/linebender/druid/compare/v0.6.0...v0.7.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ fn ui_builder() -> impl Widget<u32> {
```

Check out the [the examples folder] for a more comprehensive demonstration of
Druid's existing functionality and widgets.
Druid's existing functionality and widgets. Check [druid_widget_nursery](https://github.com/linebender/druid-widget-nursery) for more widgets.

## Screenshots

Expand Down

0 comments on commit 8796d27

Please sign in to comment.