mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2025-01-23 18:36:34 +11:00
Derive Clone for CreationError
This commit is contained in:
parent
200ef9c307
commit
f81d6ddf93
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ pub struct WindowBuilder {
|
|||
}
|
||||
|
||||
/// Error that can happen while creating a window or a headless renderer.
|
||||
#[derive(Debug)]
|
||||
#[derive(Debug, Clone)]
|
||||
pub enum CreationError {
|
||||
OsError(String),
|
||||
/// TODO: remove this error
|
||||
|
|
Loading…
Add table
Reference in a new issue