Skip to content

Commit

Permalink
Merge pull request #1433 from 13r0ck/integration-docs
Browse files Browse the repository at this point in the history
Update docs for renamed integration examples
  • Loading branch information
hecrj authored Sep 8, 2022
2 parents dcdbe1b + 92958e4 commit cb395ab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions native/src/user_interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ use crate::{Clipboard, Element, Layout, Point, Rectangle, Shell, Size};
/// charge of using this type in your system in any way you want.
///
/// # Example
/// The [`integration` example] uses a [`UserInterface`] to integrate Iced in
/// an existing graphical application.
/// The [`integration_opengl`] & [`integration_wgpu`] examples use a
/// [`UserInterface`] to integrate Iced in an existing graphical application.
///
/// [`integration` example]: https://github.com/iced-rs/iced/tree/0.4/examples/integration
/// [`integration_opengl`]: https://github.com/iced-rs/iced/tree/0.4/examples/integration_opengl
/// [`integration_wgpu`]: https://github.com/iced-rs/iced/tree/0.4/examples/integration_wgpu
#[allow(missing_debug_implementations)]
pub struct UserInterface<'a, Message, Renderer> {
root: Element<'a, Message, Renderer>,
Expand Down

0 comments on commit cb395ab

Please sign in to comment.