mirror of
https://github.com/italicsjenga/winit-sonoma-fix.git
synced 2024-12-25 06:41:31 +11:00
Remove usage of derivative
This commit is contained in:
parent
676268d461
commit
35bc65f6fa
|
@ -29,8 +29,7 @@ impl Handle {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Derivative)]
|
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
|
||||||
#[derivative(Clone, Debug, PartialEq, Eq, Hash)]
|
|
||||||
pub struct Mode;
|
pub struct Mode;
|
||||||
|
|
||||||
impl Mode {
|
impl Mode {
|
||||||
|
|
Loading…
Reference in a new issue