Removed glutin MW support and reverted glutin changes back to Iced master since it's being axed as we speak.
This commit is contained in:
parent
51296572c0
commit
e36daa6f93
15 changed files with 130 additions and 1376 deletions
|
|
@ -30,7 +30,7 @@ pub trait GLCompositor: Sized {
|
|||
/// The settings of the [`GLCompositor`].
|
||||
///
|
||||
/// It's up to you to decide the configuration supported by your renderer!
|
||||
type Settings: Default + Clone;
|
||||
type Settings: Default;
|
||||
|
||||
/// Creates a new [`GLCompositor`] and [`Renderer`] with the given
|
||||
/// [`Settings`] and an OpenGL address loader function.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue