Link to the latest branch in examples' README

This commit is contained in:
Héctor Ramón Jiménez 2024-05-27 21:44:44 +02:00
parent 0fbbfdfbef
commit 12f4b875cf
No known key found for this signature in database
GPG key ID: 7CC46565708259A7

View file

@ -1,8 +1,6 @@
# Examples
__Iced moves fast and the `master` branch can contain breaking changes!__ If
you want to learn about a specific release, check out [the release list].
[the release list]: https://github.com/iced-rs/iced/releases
__Iced moves fast and the `master` branch can contain breaking changes!__ If you want to browse examples that are compatible with the latest release,
then [switch to the `latest` branch](https://github.com/iced-rs/iced/tree/latest/examples#examples).
## [Tour](tour)
A simple UI tour that can run both on native platforms and the web! It showcases different widgets that can be built using Iced.