Bump versions 🎉

This commit is contained in:
Héctor Ramón Jiménez 2023-07-28 19:48:39 +02:00
parent 78dc341ea8
commit 126aef88e7
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
24 changed files with 101 additions and 87 deletions

View file

@ -19,7 +19,7 @@ use crate::overlay;
/// The [`integration`] example uses a [`UserInterface`] to integrate Iced in an
/// existing graphical application.
///
/// [`integration`]: https://github.com/iced-rs/iced/tree/0.9/examples/integration
/// [`integration`]: https://github.com/iced-rs/iced/tree/0.10/examples/integration
#[allow(missing_debug_implementations)]
pub struct UserInterface<'a, Message, Renderer> {
root: Element<'a, Message, Renderer>,