Make WindowBuilder and HeadlessRendererBuilder derive Clone.
This commit is contained in:
parent
cf02e7f1f4
commit
e0f36b80c9
11 changed files with 14 additions and 12 deletions
|
|
@ -8,7 +8,7 @@ use ContextError;
|
|||
|
||||
pub use api::ios::*;
|
||||
|
||||
#[derive(Default)]
|
||||
#[derive(Clone, Default)]
|
||||
pub struct PlatformSpecificHeadlessBuilderAttributes;
|
||||
|
||||
pub struct HeadlessContext(i32);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue