mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-30 05:10:03 -04:00
Make WindowBuilder and HeadlessRendererBuilder derive Clone.
This commit is contained in:
@@ -177,7 +177,7 @@ impl MonitorId {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Default)]
|
||||
#[derive(Clone, Default)]
|
||||
pub struct PlatformSpecificWindowBuilderAttributes;
|
||||
|
||||
impl Window {
|
||||
|
||||
Reference in New Issue
Block a user