summaryrefslogtreecommitdiffstats
path: root/native/src/user_interface.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-01-14 00:49:58 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2023-01-14 01:10:28 +0100
commit9fe46de13f86967543de8f00b5a4f9e45d8f5bcf (patch)
tree448810ef123d1e3d492521ef72625dbe049be7fd /native/src/user_interface.rs
parent597af315af714f3ecadd195516e80506504dcb26 (diff)
downloadiced-9fe46de13f86967543de8f00b5a4f9e45d8f5bcf.tar.gz
iced-9fe46de13f86967543de8f00b5a4f9e45d8f5bcf.tar.bz2
iced-9fe46de13f86967543de8f00b5a4f9e45d8f5bcf.zip
Bump versions :tada:
Diffstat (limited to 'native/src/user_interface.rs')
-rw-r--r--native/src/user_interface.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/native/src/user_interface.rs b/native/src/user_interface.rs
index 025f28a1..29cc3472 100644
--- a/native/src/user_interface.rs
+++ b/native/src/user_interface.rs
@@ -19,8 +19,8 @@ use crate::{Clipboard, Element, Layout, Point, Rectangle, Shell, Size};
/// The [`integration_opengl`] & [`integration_wgpu`] examples use a
/// [`UserInterface`] to integrate Iced in an existing graphical application.
///
-/// [`integration_opengl`]: https://github.com/iced-rs/iced/tree/0.6/examples/integration_opengl
-/// [`integration_wgpu`]: https://github.com/iced-rs/iced/tree/0.6/examples/integration_wgpu
+/// [`integration_opengl`]: https://github.com/iced-rs/iced/tree/0.7/examples/integration_opengl
+/// [`integration_wgpu`]: https://github.com/iced-rs/iced/tree/0.7/examples/integration_wgpu
#[allow(missing_debug_implementations)]
pub struct UserInterface<'a, Message, Renderer> {
root: Element<'a, Message, Renderer>,