implement multi_window for iced_glutin

This commit is contained in:
Richard 2022-09-21 19:17:25 -03:00 committed by bungoboingo
parent 0ad53a3d5c
commit 064407635a
3 changed files with 561 additions and 9 deletions

View file

@ -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;
type Settings: Default + Clone;
/// Creates a new [`GLCompositor`] and [`Renderer`] with the given
/// [`Settings`] and an OpenGL address loader function.