diff options
author | 2023-02-10 20:24:18 +0100 | |
---|---|---|
committer | 2023-02-24 13:38:18 +0100 | |
commit | a0597471b81b122b43e1bb90e43e1bcde1e8a892 (patch) | |
tree | 76b5a343cc2a8817992f078266455da51e0ff16e /winit/src | |
parent | 26e902f7d84290f8163a25c37488d29db4fc0708 (diff) | |
download | iced-a0597471b81b122b43e1bb90e43e1bcde1e8a892.tar.gz iced-a0597471b81b122b43e1bb90e43e1bcde1e8a892.tar.bz2 iced-a0597471b81b122b43e1bb90e43e1bcde1e8a892.zip |
Remove `iced_glutin` and `iced_glow` leftovers
Diffstat (limited to 'winit/src')
-rw-r--r-- | winit/src/settings.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/winit/src/settings.rs b/winit/src/settings.rs index 78d58000..5c64727b 100644 --- a/winit/src/settings.rs +++ b/winit/src/settings.rs @@ -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. |