Remove OpenGL mentions in READMEs
This commit is contained in:
parent
b60194844a
commit
63d3fc6996
3 changed files with 8 additions and 38 deletions
|
|
@ -16,11 +16,10 @@ use crate::core::{Element, Layout, Shell};
|
|||
/// charge of using this type in your system in any way you want.
|
||||
///
|
||||
/// # Example
|
||||
/// The [`integration_opengl`] & [`integration_wgpu`] examples use a
|
||||
/// [`UserInterface`] to integrate Iced in an existing graphical application.
|
||||
/// The [`integration`] example uses a [`UserInterface`] to integrate Iced in an
|
||||
/// existing graphical application.
|
||||
///
|
||||
/// [`integration_opengl`]: https://github.com/iced-rs/iced/tree/0.9/examples/integration_opengl
|
||||
/// [`integration_wgpu`]: https://github.com/iced-rs/iced/tree/0.9/examples/integration_wgpu
|
||||
/// [`integration`]: https://github.com/iced-rs/iced/tree/0.9/examples/integration
|
||||
#[allow(missing_debug_implementations)]
|
||||
pub struct UserInterface<'a, Message, Renderer> {
|
||||
root: Element<'a, Message, Renderer>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue