Remove iced_glutin and iced_glow leftovers

This commit is contained in:
Héctor Ramón Jiménez 2023-02-10 20:24:18 +01:00
parent 26e902f7d8
commit a0597471b8
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
8 changed files with 1 additions and 645 deletions

View file

@ -51,14 +51,6 @@ pub struct Settings<Flags> {
///
/// [`Application`]: crate::Application
pub exit_on_close_request: bool,
/// Whether the [`Application`] should try to build the context
/// using OpenGL ES first then OpenGL.
///
/// NOTE: Only works for the `glow` backend.
///
/// [`Application`]: crate::Application
pub try_opengles_first: bool,
}
/// The window settings of an application.