Explicitly specify minimum supported rust version
This should help with distributing apps using winit. Fixes #1075.
This commit is contained in:
parent
50035643f7
commit
bf537009d9
8 changed files with 15 additions and 9 deletions
|
|
@ -793,7 +793,7 @@ pub unsafe fn handle_main_events_cleared() {
|
|||
return;
|
||||
}
|
||||
match this.state_mut() {
|
||||
&mut AppStateImpl::ProcessingEvents { .. } => {}
|
||||
AppStateImpl::ProcessingEvents { .. } => {}
|
||||
_ => bug!("`ProcessingRedraws` happened unexpectedly"),
|
||||
};
|
||||
drop(this);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue